Commit 32054a90 by yangmengmeng

修改配置文件

parent 6aae2eb4
WEB_URL=http://sys.test.hndhi.com
BASE_URL=http://api.test.hndhi.com
SSO_URL=http://sso.test.hndhi.com
STATIC_URL=http://static.test.hndhi.com
NODE_ENV=prod
WEB_URL=http://sys.sk-env.com
BASE_URL=http://api.sk-env.com
SSO_URL=http://sso.sk-env.com
STATIC_URL=http://static.sk-env.com
NODE_ENV=prod
// 请求地址
WEB_URL=http://sys.test.patzn.com
BASE_URL=http://api.test.patzn.com
SSO_URL=http://sso.test.patzn.com
STATIC_URL=http://static.patzn.com
NODE_ENV=test
// 请求地址
WEB_URL=http://sys.scjgj.weihai.cn
BASE_URL=http://api.scjgj.weihai.cn
SSO_URL=http://sso.scjgj.weihai.cn
STATIC_URL=http://static.scjgj.weihai.cn
NODE_ENV=prod
......@@ -3,4 +3,4 @@ WEB_URL=http://tobacco.totest.patzn.com
BASE_URL=http://api.totest.patzn.com
SSO_URL=http://tobacco.totest.patzn.com
STATIC_URL=http://static.patzn.com
NODE_ENV=pertest
NODE_ENV=ys
// 请求地址
WEB_URL=http://tobacco.zctest.patzn.com
BASE_URL=http://api.zctest.patzn.com
SSO_URL=http://tobacco.zctest.patzn.com
STATIC_URL=http://static.patzn.com
NODE_ENV=zctest
// 请求地址
WEB_URL=http://sys.zhongzeyun.com.cn
BASE_URL=http://api.zhongzeyun.com.cn
SSO_URL=http://sso.zhongzeyun.com.cn
STATIC_URL=http://static.patzn.com
NODE_ENV=prod
......@@ -9,7 +9,7 @@
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"test": "cross-env NODE_ENV=testing node server/index.js",
"pertest": "cross-env NODE_ENV=pertest nuxt build",
"ys": "cross-env NODE_ENV=ys nuxt build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment