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
d794d988759b483ff4366e35ef43f3db6dc624a7
Authored by
王强
2021-06-11 13:10:36 +0800
1 parent
d1e7586b
“优选库”首页标题改名“购好物”
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/optimization2/optimization2.vue
src/pages/optimization2/optimization2.vue
View file @
d794d98
...
...
@@ -380,7 +380,7 @@
380
380
created() {
381
381
382
382
// 设置标题
383
- this.$set(this, "title", "
优选
");
383
+ this.$set(this, "title", "
购好物
");
384
384
385
385
// 判断是否在App内
386
386
// if (this.isCNLive.value) {
...
...