Commit 6642fe00b5cb7e29d9e1f0f0565e01e99c0cfac2
1 parent
c0c5718e
init
Showing
2 changed files
with
2 additions
and
2 deletions
src/main.js
| ... | ... | @@ -83,7 +83,7 @@ import 'url-search-params-polyfill'; |
| 83 | 83 | Vue.config.productionTip = false; |
| 84 | 84 | |
| 85 | 85 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 86 | -Vue.prototype.mode = "prod"; | |
| 86 | +Vue.prototype.mode = "test"; | |
| 87 | 87 | |
| 88 | 88 | // 微信JS-SDK对象 |
| 89 | 89 | Vue.prototype.jweixin = { | ... | ... |