YY 2 years ago
parent
commit
2b2b5065d1

+ 2 - 2
src/router/module/system.js

@@ -1,7 +1,7 @@
 export default [
   {
-    path: '/system/dictionary',
+    path: '/system/dict',
     meta: { title: '字典表设置', is_filter: true },
-    component: () => import('@/views/system/dictionary/index.vue')
+    component: () => import('@/views/system/dict/index.vue')
   }
 ]

+ 1 - 1
src/views/system/dictionary/detail.vue

@@ -34,7 +34,7 @@
 </template>
 <script lang="ts" setup>
 import _ from 'lodash'
-import search1 from './parts_two/search-1.vue'
+import search1 from '../dictionary/parts_two/search-1.vue'
 import type { FormRules } from 'element-plus'
 import type { Ref } from 'vue'
 import { ref, onMounted, getCurrentInstance, reactive } from 'vue'

+ 1 - 1
src/views/system/dictionary/index.vue

@@ -33,7 +33,7 @@
 </template>
 <script lang="ts" setup>
 import _ from 'lodash'
-import search1 from './parts/search-1.vue'
+import search1 from '../dictionary/parts/search-1.vue'
 import type { FormRules } from 'element-plus'
 import type { Ref } from 'vue'
 import { ref, onMounted, getCurrentInstance, reactive } from 'vue'

src/views/system/dictionary/parts/search-1.vue → src/views/system/dict/parts/search-1.vue


src/views/system/dictionary/parts_two/search-1.vue → src/views/system/dict/parts_two/search-1.vue