Refactor:分包

This commit is contained in:
lifizer
2026-05-12 15:19:37 +08:00
parent 6caf9afcc0
commit 535a98e43a
62 changed files with 250 additions and 20914 deletions
+4 -4
View File
@@ -457,7 +457,7 @@ export default {
showStoreList() {
this.$store.commit("get_to", "orders")
this.$yrouter.push({
path: "/pages/shop/StoreList/index"
path: "/pagesShop/shop/StoreList/index"
})
},
force2Decimal(value) {
@@ -486,7 +486,7 @@ export default {
const data = res.data;
if (data.status === "EXTEND_ORDER") {
this.$yrouter.replace({
path: "/pages/order/OrderDetails/index",
path: "/pagesOrder/order/OrderDetails/index",
query: {
id: data.result.orderId
}
@@ -718,7 +718,7 @@ export default {
duration: 2000
})
this.$yrouter.replace({
path: "/pages/order/OrderDetails/index",
path: "/pagesOrder/order/OrderDetails/index",
query: {
id: orderId
}
@@ -748,7 +748,7 @@ export default {
this.afterPaySuccess(orderId, (drawTicketResult) => {
if (this.orderGroupInfo.cartInfo && this.orderGroupInfo.cartInfo.length === 1) {
this.$yrouter.replace({
path: "/pages/order/OrderDetails/index",
path: "/pagesOrder/order/OrderDetails/index",
query: this.buildOrderDetailQuery(orderId, drawTicketResult)
})
} else {