diff --git a/yudao-mall-uniapp-master/.env.development b/yudao-mall-uniapp-master/.env.development index 7854d99..ee5e7ed 100644 --- a/yudao-mall-uniapp-master/.env.development +++ b/yudao-mall-uniapp-master/.env.development @@ -2,4 +2,4 @@ # SHOPRO_DEV_BASE_URL = http://192.168.1.114:48080 # 线上地址 - SHOPRO_DEV_BASE_URL = https://zda.huamar.com \ No newline at end of file + SHOPRO_DEV_BASE_URL = https://zd.huamar.com \ No newline at end of file diff --git a/yudao-mall-uniapp-master/pages.json b/yudao-mall-uniapp-master/pages.json index 77c041b..9761d30 100644 --- a/yudao-mall-uniapp-master/pages.json +++ b/yudao-mall-uniapp-master/pages.json @@ -273,6 +273,30 @@ "group": "用户中心" } }, + { + "path": "discounts", + "style": { + "navigationBarTitleText": "活动" + }, + "meta": { + "auth": true, + "sync": true, + "title": "活动", + "group": "用户中心" + } + }, + { + "path": "alternative", + "style": { + "navigationBarTitleText": "幸运五选一" + }, + "meta": { + "auth": true, + "sync": true, + "title": "幸运五选一", + "group": "用户中心" + } + }, { "path": "PrizesWon", "style": { diff --git a/yudao-mall-uniapp-master/pages/commission/team.vue b/yudao-mall-uniapp-master/pages/commission/team.vue index 82a492e..1bf30b3 100644 --- a/yudao-mall-uniapp-master/pages/commission/team.vue +++ b/yudao-mall-uniapp-master/pages/commission/team.vue @@ -2,17 +2,18 @@