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
5f48ae4a6d38d6045bf753631674a65d5830e34d
Authored by
王强
2020-04-30 16:19:44 +0800
1 parent
59e4d257
优选库搜索页面开发中~
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main.js
src/main.js
View file @
5f48ae4
...
...
@@ -46,7 +46,7 @@ import 'url-search-params-polyfill';
46
46
Vue.config.productionTip = false;
47
47
48
48
// 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
49
-Vue.prototype.mode = "
test
";
49
+Vue.prototype.mode = "
dev
";
50
50
51
51
// 微信JS-SDK对象
52
52
Vue.prototype.jweixin = {
...
...