Commit d92b6ff1b6dcb3904ddfc578815e26cf12075d1c

Authored by 王强
1 parent e15d8db6

购好物,配置文件,默认是dev环境~

Showing 1 changed file with 1 additions and 1 deletions
src/main.js
@@ -68,7 +68,7 @@ import "url-search-params-polyfill"; @@ -68,7 +68,7 @@ import "url-search-params-polyfill";
68 Vue.config.productionTip = false; 68 Vue.config.productionTip = false;
69 69
70 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") 70 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
71 -Vue.prototype.mode = "prod"; 71 +Vue.prototype.mode = "dev";
72 72
73 // 微信JS-SDK对象 73 // 微信JS-SDK对象
74 Vue.prototype.jweixin = { 74 Vue.prototype.jweixin = {