Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ec2ff86b719c100e3f2220ebaefb76ad4ab5da8f
Authored by
王强
2020-05-18 11:23:27 +0800
1 parent
274773d4
main.js dev
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main.js
src/main.js
View file @
ec2ff86
...
...
@@ -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 = {
...
...