Refactor:分包
This commit is contained in:
@@ -209,7 +209,7 @@ export default {
|
||||
return
|
||||
}
|
||||
this.$yrouter.push({
|
||||
path: "/pages/order/OrderDetails/index",
|
||||
path: "/pagesOrder/order/OrderDetails/index",
|
||||
query: {
|
||||
id: this.order
|
||||
}
|
||||
|
||||
@@ -461,7 +461,7 @@ export default {
|
||||
}
|
||||
// if (this.cateIndex === 0) return
|
||||
this.$yrouter.push({
|
||||
path: '/pages/order/OrderDetails/index',
|
||||
path: '/pagesOrder/order/OrderDetails/index',
|
||||
query: {
|
||||
id: item.orderId,
|
||||
isGift: this.cateIndex === 0 ? 1 : 0
|
||||
|
||||
@@ -273,7 +273,7 @@ export default {
|
||||
that.$refs.secrity.clear();
|
||||
|
||||
setTimeout(function () {
|
||||
that.$yrouter.replace("/pages/user/promotion/CashAudit/index");
|
||||
that.$yrouter.replace("/pagesUser/user/promotion/CashAudit/index");
|
||||
}, 1000);
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user