Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘照晖
DC-TOM
Commits
416800d0
Commit
416800d0
authored
May 16, 2025
by
Cai Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*): 修改模版目录
parent
1435a144
Pipeline
#1225
canceled with stages
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/layout/index.vue
+0
-0
menuCom.vue
src/layout/menuCom.vue
+1
-1
index.js
src/router/index.js
+1
-1
No files found.
src/
views/
layout/index.vue
→
src/layout/index.vue
View file @
416800d0
File moved
src/
views/
layout/menuCom.vue
→
src/layout/menuCom.vue
View file @
416800d0
...
...
@@ -37,7 +37,7 @@ import {
Location
,
Setting
,
}
from
"@element-plus/icons-vue"
;
import
{
routes
}
from
"../
../
router/index.js"
;
import
{
routes
}
from
"../router/index.js"
;
const
routerList
=
routes
[
0
].
children
;
const
handleOpen
=
(
key
,
keyPath
)
=>
{
console
.
log
(
key
,
keyPath
);
...
...
src/router/index.js
View file @
416800d0
...
...
@@ -3,7 +3,7 @@ import { createWebHistory, createRouter } from 'vue-router'
import
HomeView
from
'../views/HomeView.vue'
import
AboutView
from
'../views/AboutView.vue'
import
User
from
'../views/user.vue'
import
Layout
from
'../
views/
layout/index.vue'
import
Layout
from
'../layout/index.vue'
import
Login
from
'../views/login/index.vue'
const
routes
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment