wjj il y a 3 jours
Parent
commit
cc04636017
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/api/hisStore/collection.js

+ 1 - 1
src/api/hisStore/collection.js

@@ -64,7 +64,7 @@ export function exportCollection(query) {
 
 export function getWxaCodeCollectionUnLimit(collectionId) {
   return request({
-    url: 'hisStore/collection/getWxaCodeCollectionUnLimit/'+collectionId,
+    url: '/hisStore/collection/getWxaCodeCollectionUnLimit/'+collectionId,
     method: 'get',
   })
 }