Commit 2aef2ea065dda1643c2c3f593de9c5c341815f32

Authored by 王强
1 parent 0adfd35a

购好物,设置测试环境配置~

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 = {