"...attendance-performance-manager-ui.git" did not exist on "dbc13d63aaf3c89826367c55991766120089ac75"
Commit d9d4f85d authored by “yiyousong”'s avatar “yiyousong”

pref:修改图片显示拼接

parent 4d525de0
# 开发环境配置 # 开发环境配置
NODE_ENV = development NODE_ENV = development
VUE_APP_API_BASE_URL=http://192.168.0.98:11078 VUE_APP_API_BASE_URL=http://192.168.0.98:11078
#图片显示拼接
VUE_APP_API_IMG_URL=http://192.168.0.98:11078/
#余林
VUE_APP_API_PHP_URL=http://192.168.0.98:8090
#宜宾 #宜宾
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072 #VUE_APP_API_BASE_URL=http://10.12.185.213:11072
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
NODE_ENV = production NODE_ENV = production
VUE_APP_API_BASE_URL=/basics_api VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_IMG_URL = / #余林
VUE_APP_API_PHP_URL=/zwfw_api
#图片显示拼接
VUE_APP_API_IMG_URL =
# 生产环境配置 # 测试环境配置
NODE_ENV = test NODE_ENV = test
VUE_APP_API_BASE_URL=/basics_api VUE_APP_API_BASE_URL=/basics_api
#余林
VUE_APP_API_PHP_URL=/zwfw_api
#图片显示拼接
VUE_APP_API_IMG_URL=
\ No newline at end of file
...@@ -9,7 +9,7 @@ if (!isDev) { ...@@ -9,7 +9,7 @@ if (!isDev) {
events: { events: {
onEnd: { onEnd: {
// mkdir: ["./dist"], // mkdir: ["./dist"],
delete: ["./门户系统.zip", "./zip/"], delete: ["./zip/"],
copy: [{ source: "./dist", destination: "./zip/dist" }], copy: [{ source: "./dist", destination: "./zip/dist" }],
archive: [{ source: "./zip", destination: "./zip/门户系统.zip" }], archive: [{ source: "./zip", destination: "./zip/门户系统.zip" }],
}, },
......
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