master
sjm 2 years ago
parent 0bcb4aa20e
commit eb15c86be7

@ -367,7 +367,7 @@ export default {
}; };
}, },
async created() { 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; this.show = res;
if (res) { if (res) {
const {phone, status, today} = this.$route.query const {phone, status, today} = this.$route.query

@ -168,7 +168,7 @@ export default {
}; };
}, },
async created() { 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; this.show = res;
if (res) { if (res) {
this.getList(); this.getList();

@ -208,7 +208,7 @@ export default {
}; };
}, },
async created() { 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; this.show = res;
if (res) { if (res) {
this.getList(); this.getList();

Loading…
Cancel
Save