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
74c0321c6e8c25987251f93b4bc01cda5a3eb16e
Authored by
zhiyangdu
2020-04-24 10:36:55 +0800
1 parent
d3448e4a
暂未开通提示页判断生产环境和测试环境
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/notYetOpened/notYetOpened.vue
src/pages/notYetOpened/notYetOpened.vue
View file @
74c0321
...
...
@@ -23,7 +23,7 @@
23
23
name: 'notYetOpened',
24
24
data () {
25
25
return {
26
- teamLink:
'http://seller.mall.cnlive.com
'
26
+ teamLink:
(this.mode == "prod")?'http://seller.mall.cnlive.com':'http://wjjseller.cnlive.com/
'
27
27
}
28
28
},
29
29
created(){
...
...