@@ -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')
}
]
@@ -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'
@@ -33,7 +33,7 @@
-import search1 from './parts/search-1.vue'
+import search1 from '../dictionary/parts/search-1.vue'