Commit dc60c410 by lichengming

Merge remote-tracking branch 'origin/dev' into dev

parents 713a33ab 1e9c5c4f
// 请求地址
WEB_URL=http://soil.ys.patzn.com
BASE_URL=http://api.ys.patzn.com
SSO_URL=http://sso.ys.patzn.com
STATIC_URL=http://static.patzn.com
NC_URL=http://123.133.38.68:8088
......@@ -11,6 +11,8 @@
"zhyf": "cross-env NODE_ENV=zhyf STATIC_URL=http://static.lims.com nuxt build",
"dockertest": "cross-env NODE_ENV=dockertest STATIC_URL=http://static.docker.com:9000 nuxt build",
"pertest": "cross-env NODE_ENV=pertest nuxt build",
"test": "cross-env NODE_ENV=test nuxt build",
"ys": "cross-env NODE_ENV=ys nuxt build",
"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