Browse Source

修改分站接口

lrf402788946 5 years ago
parent
commit
b95ae7132d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/store.js

+ 2 - 2
src/store.js

@@ -279,8 +279,8 @@ export default new Vuex.Store({
       }
       if (type === 'search') {
         let { site } = data;
-        //tentant
-        result = await this.$axios.$get(api.siteFetch);
+        //_tenant
+        result = await this.$axios.$get(api.siteFetch, {}, { _tenant: site });
       }
       return result;
     },