Преглед изворни кода

feat: 查新爬虫列表接口调用调整

cuiyalong пре 10 месеци
родитељ
комит
fc10e94795
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      frontend/src/store/index.js
  2. 0 0
      frontend/src/store/modules/rulesList.js

+ 2 - 2
frontend/src/store/index.js

@@ -2,7 +2,7 @@
 import { createStore } from 'vuex';
 import { House, Setting, Help } from '@element-plus/icons-vue';
 import { ServerActionUserLogin, ServerActionCheckLogin } from '../../wailsjs/go/main/App'
-import ruleList from './modules/ruleList'
+import rulesList from './modules/rulesList'
 
 const iconComponents = {
   house: House,
@@ -76,6 +76,6 @@ export default createStore({
         getCurrentUser: (state) => state.userInfo,
     },
     modules: {
-        ruleList
+        rulesList
     }
 });

+ 0 - 0
frontend/src/store/modules/ruleList.js → frontend/src/store/modules/rulesList.js