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
b56243fa
Commit
b56243fa
authored
May 21, 2025
by
liqiuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*): 配置页面
parent
5d7d5127
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
239 additions
and
421 deletions
+239
-421
package-lock.json
package-lock.json
+211
-416
index.js
src/router/index.js
+6
-5
myAgency.vue
src/views/closeManage/myAgency.vue
+11
-0
myDone.vue
src/views/closeManage/myDone.vue
+11
-0
No files found.
package-lock.json
View file @
b56243fa
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
b56243fa
...
@@ -8,7 +8,8 @@ import User from '../views/user.vue'
...
@@ -8,7 +8,8 @@ import User from '../views/user.vue'
import
Layout
from
'../layout/index.vue'
import
Layout
from
'../layout/index.vue'
import
Login
from
'../views/login/index.vue'
import
Login
from
'../views/login/index.vue'
import
equipmentManagement
from
'../views/equipmentManagement/index.vue'
import
equipmentManagement
from
'../views/equipmentManagement/index.vue'
import
myAgency
from
'@/views/closeManage/myAgency.vue'
;
import
myDone
from
'@/views/closeManage/myDone.vue'
;
const
routes
=
[
const
routes
=
[
{
{
path
:
'/'
,
path
:
'/'
,
...
@@ -44,13 +45,13 @@ const routes = [
...
@@ -44,13 +45,13 @@ const routes = [
meta
:
{
title
:
'我的闭环'
},
meta
:
{
title
:
'我的闭环'
},
children
:
[
children
:
[
{
{
path
:
'/my-loop/
profile
'
,
path
:
'/my-loop/
myAgency
'
,
component
:
HomeView
,
component
:
myAgency
,
meta
:
{
title
:
'我的待办'
},
meta
:
{
title
:
'我的待办'
},
},
},
{
{
path
:
'/my-loop/
posts
'
,
path
:
'/my-loop/
myDone
'
,
component
:
AboutView
,
component
:
myDone
,
meta
:
{
title
:
'我的已办'
},
meta
:
{
title
:
'我的已办'
},
},
},
]
]
...
...
src/views/closeManage/myAgency.vue
0 → 100644
View file @
b56243fa
<
script
setup
>
</
script
>
<
template
>
</
template
>
<
style
scoped
lang=
"scss"
>
</
style
>
\ No newline at end of file
src/views/closeManage/myDone.vue
0 → 100644
View file @
b56243fa
<
script
setup
>
</
script
>
<
template
>
</
template
>
<
style
scoped
lang=
"scss"
>
</
style
>
\ No newline at end of file
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