Explorar el Código

:zap: 增加数据源管理

smallchill hace 6 años
padre
commit
ec3830eb7f
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      src/api/tool/datasource.js
  2. 1 1
      src/views/tool/datasource.vue

+ 0 - 0
src/api/develop/datasource.js → src/api/tool/datasource.js


+ 1 - 1
src/views/tool/datasource.vue

@@ -31,7 +31,7 @@
 </template>
 
 <script>
-  import {getList, getDetail, add, update, remove} from "@/api/develop/datasource";
+  import {getList, getDetail, add, update, remove} from "@/api/tool/datasource";
   import {mapGetters} from "vuex";
 
   export default {