diff --git a/src/views/oms/order/index.vue b/src/views/oms/order/index.vue index cd531fd..e032af8 100644 --- a/src/views/oms/order/index.vue +++ b/src/views/oms/order/index.vue @@ -367,7 +367,7 @@ export default { }; }, async created() { - const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, location.href, 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') + const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, 'https://mall.ichengle.top/order/order', 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') this.show = res; if (res) { const {phone, status, today} = this.$route.query diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index ffb6815..af58057 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -168,7 +168,7 @@ export default { }; }, async created() { - const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, location.href, 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') + const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, 'https://mall.ichengle.top/pms/product', 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') this.show = res; if (res) { this.getList(); diff --git a/src/views/ums/member/index.vue b/src/views/ums/member/index.vue index 9c492c4..00ee654 100644 --- a/src/views/ums/member/index.vue +++ b/src/views/ums/member/index.vue @@ -208,7 +208,7 @@ export default { }; }, async created() { - const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, location.href, 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') + const res = await isStarRepo('zccbbg', 'RuoYi-Mall', this.userId, 'https://mall.ichengle.top/member/member', 'ruoyi-mall-商城', 'https://gitee.com/zccbbg/RuoYi-Mall') this.show = res; if (res) { this.getList();