Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
3ca52fe8
Commit
3ca52fe8
authored
Sep 10, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
让首页发请求
parent
d32448e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/views/system/project/permission.vue
+1
-0
src/views/workbench/index.vue
+2
-5
No files found.
src/views/system/project/permission.vue
View file @
3ca52fe8
...
...
@@ -623,6 +623,7 @@ import {
import
{
ref
}
from
'vue'
import
useUserStore
from
'@/store/modules/user'
import
{
ElMessage
}
from
'element-plus'
const
router
=
useRouter
()
const
userStore
=
useUserStore
()
...
...
src/views/workbench/index.vue
View file @
3ca52fe8
...
...
@@ -9,11 +9,7 @@
</
template
>
<div
class=
"app-list"
>
<AppCard
v-for=
"project in projects"
:key=
"project.projectBizId"
:project=
"project"
/>
<AppCard
v-for=
"project in projects"
:key=
"project.projectBizId"
:project=
"project"
/>
</div>
<div
v-if=
"!projects.length"
class=
"empty-container"
>
...
...
@@ -47,6 +43,7 @@ watch(
// 租户变化时自动刷新
}
)
userStore
.
getInfo
()
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
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