Commit 505876ff authored by “yiyousong”'s avatar “yiyousong”

fix:修改项目环境

parent f104aa85
#生产环境 #生产环境
NODE_ENV = "production" NODE_ENV = "production"
VUE_APP_API_BASE_URL=http://192.168.0.251:11078/base VUE_APP_API_BASE_URL=http://192.168.0.251:11078
\ No newline at end of file \ No newline at end of file
#测试环境 #测试环境
NODE_ENV = "test" NODE_ENV = "test"
VUE_APP_API_BASE_URL=http://192.168.0.98:11078/base VUE_APP_API_BASE_URL=http://192.168.0.98:11078
\ No newline at end of file \ No newline at end of file
...@@ -352,7 +352,6 @@ export default { ...@@ -352,7 +352,6 @@ export default {
this.skinTemplate = data; this.skinTemplate = data;
// this.formData.skinFieldList = this.skinTemplate[0].skinFieldList; // this.formData.skinFieldList = this.skinTemplate[0].skinFieldList;
this.curSkinTemplate = this.skinTemplate[0].id; this.curSkinTemplate = this.skinTemplate[0].id;
console.log(data);
} }
}, },
// 上传函数 // 上传函数
......
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