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
+2 -2
View File
@@ -1070,12 +1070,12 @@ export default {
},
goStoreList() {
this.$yrouter.push({
path: '/pages/shop/StoreList/index'
path: '/pagesShop/shop/StoreList/index'
})
},
goEvaluateList(id) {
this.$yrouter.push({
path: '/pages/shop/EvaluateList/index',
path: '/pagesShop/shop/EvaluateList/index',
query: {
id
}