Explorar el Código

修改分站接口

lrf402788946 hace 5 años
padre
commit
b95ae7132d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
     },