Parcourir la source

修改商品请求地址

cr il y a 4 ans
Parent
commit
d85f7e28b5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/pages/goods/list2.vue

+ 2 - 2
src/pages/goods/list2.vue

@@ -388,7 +388,7 @@ export default {
388
                 title: "加载中...",
388
                 title: "加载中...",
389
             });
389
             });
390
             self.api
390
             self.api
391
-                .get("/Product/GetHHSGProductList", {
391
+                .get("/Product/Search", {
392
                     asc: this.asc,
392
                     asc: this.asc,
393
                     sortBy: self.sort,
393
                     sortBy: self.sort,
394
                     keyword: self.keyword,
394
                     keyword: self.keyword,
@@ -416,7 +416,7 @@ export default {
416
             const self = this;
416
             const self = this;
417
 
417
 
418
             self.api
418
             self.api
419
-                .get("/Product/GetHHSGProductList", {
419
+                .get("/Product/Search", {
420
                     asc: this.asc,
420
                     asc: this.asc,
421
                     sortBy: self.sort,
421
                     sortBy: self.sort,
422
                     keyword: self.keyword,
422
                     keyword: self.keyword,