Commit 5f48ae4a6d38d6045bf753631674a65d5830e34d

Authored by 王强
1 parent 59e4d257

优选库搜索页面开发中~

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