Commit 1e9c5c4f by yangmengmeng

修改启动命令

parent 7643aaba
// 请求地址
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
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"dockertest": "cross-env NODE_ENV=dockertest STATIC_URL=http://static.docker.com:9000 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", "pertest": "cross-env NODE_ENV=pertest nuxt build",
"test": "cross-env NODE_ENV=test nuxt build", "test": "cross-env NODE_ENV=test nuxt build",
"ys": "cross-env NODE_ENV=ys nuxt build",
"generate": "nuxt generate", "generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint" "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