Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
953a0ebe
authored
2023-06-09 09:25:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
86f7a9c5
a72d18e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/router/index.js
src/views/jktj/bsxljk/index.vue
src/router/index.js
View file @
953a0eb
/*
* @Description :路由配置
* @Autor : miaofang
* @LastEditTime: 2023-06-0
8 14:24:36
* @LastEditTime: 2023-06-0
9 09:21:27
*/
import
Vue
from
'vue'
import
Router
from
'vue-router'
...
...
@@ -214,7 +214,7 @@ export const asyncRoutes = [
children
:
[
{
path
:
'dictionaries'
,
component
:
()
=>
import
(
'@/views/system/dictionaries/dictionaries
.vue
'
),
component
:
()
=>
import
(
'@/views/system/dictionaries/dictionaries'
),
name
:
'dictionaries'
,
meta
:
{
title
:
'字典管理'
}
},
...
...
src/views/jktj/bsxljk/index.vue
View file @
953a0eb
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment