对商城的进一步适配

This commit is contained in:
2022-05-09 17:18:05 +08:00
parent 05fdb1d9e7
commit 5c2091ddce
51 changed files with 267 additions and 98 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
methods: {
checkPermission,
beforeInit() {
this.url = 'api/yxStoreProduct'
this.url = 'bxg/api/yxStoreProduct'
const sort = 'id,desc'
this.params = { page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0 ,isIntegral:0}
const query = this.query
+1 -1
View File
@@ -179,7 +179,7 @@ export default {
},
checkPermission,
beforeInit() {
this.url = 'api/yxStoreProduct'
this.url = 'bxg/api/yxStoreProduct'
const sort = 'id,desc'
this.params = {page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0,isIntegral:0}
const query = this.query