Commit bd8af8e6 by zhangmengqi

修改私有部署配置

parent c3429b6f
// 请求地址
WEB_URL=http://sys.devtest.patzn.com
BASE_URL=http://api.devtest.patzn.com
SSO_URL=http://sso.devtest.patzn.com
STATIC_URL=http://static.patzn.com
NC_URL=http://123.133.38.68:8088
......@@ -5,3 +5,4 @@ SSO_URL=http://sso.lims.com
STATIC_URL=http://static.lims.com
RECORD_URL=http://record.patzn.com
NC_URL=http://123.133.38.68:8088
NODE_ENV=zhyf
......@@ -12,7 +12,6 @@
"dockertest": "cross-env NODE_ENV=dockertest STATIC_URL=http://static.docker.com:9000 nuxt build",
"test": "cross-env NODE_ENV=testing node server/index.js",
"pertest": "cross-env NODE_ENV=pertest node server/index.js",
"devtest": "cross-env NODE_ENV=devtest node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --fix --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