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
9325c8ca2e361a43b885cd10b78c5b857c60788d
Authored by
zhiyangdu
2020-03-28 19:24:23 +0800
1 parent
2123babb
文字错误问题修改
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main.js
src/pages/optimization/optimization.vue
src/main.js
View file @
9325c8c
...
...
@@ -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 = "
dev
";
47
+Vue.prototype.mode = "
test
";
48
48
49
49
// 微信JS-SDK对象
50
50
Vue.prototype.jweixin = {
...
...
src/pages/optimization/optimization.vue
View file @
9325c8c
...
...
@@ -3,7 +3,7 @@
3
3
<!-- 标题 -->
4
4
<text-title-box slot="title-box" @more="h5More()"
5
5
:titles="{
6
- title: '已关注
人
达人',
6
+ title: '已关注
达人',
7
7
more: newGoodsMore
8
8
}">
9
9
</text-title-box>
...
...