Commit ed870571 by zhangmengqi

修改生产配置文件、修改版本号

parent e6dac794
NODE_ENV=production NODE_ENV=production
VUE_APP_BASE_URL=http://192.168.0.155:7000 VUE_APP_BASE_URL=http://api.patzn.com
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
baseURL: process.env.VUE_APP_BASE_URL, baseURL: process.env.VUE_APP_BASE_URL,
//version //version
version: function () { version: function () {
return '0.0.0' return '1.0.0'
}, },
} }
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