Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
黄庭坚
jinfa-platform
Commits
ab940b15
Commit
ab940b15
authored
Dec 30, 2021
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 新增阿里v2demo站信息
parent
ff22c033
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
env.js
env.js
+8
-0
package.json
package.json
+1
-0
No files found.
env.js
View file @
ab940b15
...
...
@@ -190,5 +190,13 @@ module.exports = {
// Passive mode is forced (EPSV command is not sent)
forcePasv
:
true
})
},
// 阿里云demo站更新
"v2-ali-demo"
:
{
SITE_ID
:
'1'
,
BACK_GATEWAY
:
'http://lingxi-scm-gateway.shushangyun.com:13880'
,
USE_ROUTE_CONFIG
:
true
,
SOCKET_URL
:
'ws://lingxi-scm-gateway.shushangyun.com:13880'
,
YAPI_URL
:
'http://10.0.0.25:4000/'
}
}
package.json
View file @
ab940b15
...
...
@@ -34,6 +34,7 @@
"build:v2Preview"
:
"cross-env PRO_ENV=v2Preview yarn build"
,
"build:v2scm"
:
"cross-env PRO_ENV=v2scm yarn build"
,
"build:v2-demo"
:
"cross-env PRO_ENV=v2-demo yarn build"
,
"build:v2-ali-demo"
:
"cross-env PRO_ENV=v2-ali-demo yarn build"
,
"build:v2Test"
:
"cross-env SITE_ID=1 BACK_GATEWAY=http://lx-pre-gateway.shushangyun.com USE_ROUTE_CONFIG=false SOCKET_URL=ws://lx-pre-gateway.shushangyun.com yarn build"
,
"postinstall"
:
"node ./scripts/init && umi generate tmp"
,
"prettier"
:
"prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
,
...
...
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