Commit c4a4badf78fe858689630df2787b949dbdad5fd1

Authored by 王强
1 parent 36183be1

环球优物分支合并~

Showing 1 changed file with 1 additions and 1 deletions
src/main.js
@@ -44,7 +44,7 @@ import 'url-search-params-polyfill'; @@ -44,7 +44,7 @@ import 'url-search-params-polyfill';
44 Vue.config.productionTip = false; 44 Vue.config.productionTip = false;
45 45
46 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") 46 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
47 -Vue.prototype.mode = "test"; 47 +Vue.prototype.mode = "dev";
48 48
49 // 微信JS-SDK对象 49 // 微信JS-SDK对象
50 Vue.prototype.jweixin = { 50 Vue.prototype.jweixin = {