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
c4a4badf78fe858689630df2787b949dbdad5fd1
Authored by
王强
2020-04-06 15:37:56 +0800
1 parent
36183be1
环球优物分支合并~
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main.js
src/main.js
View file @
c4a4bad
...
...
@@ -44,7 +44,7 @@ import 'url-search-params-polyfill';
44
44
Vue.config.productionTip = false;
45
45
46
46
// 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
47
-Vue.prototype.mode = "
test
";
47
+Vue.prototype.mode = "
dev
";
48
48
49
49
// 微信JS-SDK对象
50
50
Vue.prototype.jweixin = {
...
...