Commit ec2ff86b719c100e3f2220ebaefb76ad4ab5da8f

Authored by 王强
1 parent 274773d4

main.js dev

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