Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinhaitao
taobao-mini-template
Commits
6921cfc8
Commit
6921cfc8
authored
Feb 20, 2021
by
maggie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sellerId编译
parent
8bc7a542
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
config.json
v2.0/compileServer/config.json
+2
-1
generate.js
v2.0/compileServer/generate.js
+2
-1
constants.njk
v2.0/compileServer/templates/constants.njk
+1
-1
No files found.
v2.0/compileServer/config.json
View file @
6921cfc8
...
...
@@ -854,5 +854,6 @@
}
}
},
"appId"
:
"1234"
"appId"
:
"1234"
,
"sellerId"
:
"1234"
}
\ No newline at end of file
v2.0/compileServer/generate.js
View file @
6921cfc8
...
...
@@ -205,7 +205,8 @@ const run = async (gulp, nunjucksRender, rename, nunjucksRenderConfig) => {
nunjucksRender
({
...
nunjucksRenderConfig
,
data
:
{
appId
:
config
.
appId
appId
:
config
.
appId
,
sellerId
:
config
.
sellerId
}
})
)
...
...
v2.0/compileServer/templates/constants.njk
View file @
6921cfc8
...
...
@@ -115,7 +115,7 @@ export const JOIN_NEED_TIMES = 1
export const appId = '{{appId}}'
// 商铺id 拼接vip链接用
export const sellerId = '
${商铺id
}'
export const sellerId = '
{{sellerId}
}'
// C端的APP NAME
export const C_APP_NAME: string = `promotioncenter-${appId}`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment