Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ops_2024_vue
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
ops_2024_vue
Commits
19f026a8
Commit
19f026a8
authored
Apr 29, 2024
by
于佳豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hd' of
http://119.78.67.12/git/root/ops_2024_vue
into hd
parents
92792d82
ffa37218
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.env.production
.env.production
+1
-1
src/store/modules/user.ts
src/store/modules/user.ts
+5
-0
No files found.
.env.production
View file @
19f026a8
...
...
@@ -2,7 +2,7 @@
VITE_USE_MOCK = true
# public path
VITE_PUBLIC_PATH =
/
VITE_PUBLIC_PATH =
'https://tmallab.cn/ops/'
# Delete console
VITE_DROP_CONSOLE = true
...
...
src/store/modules/user.ts
View file @
19f026a8
...
...
@@ -142,6 +142,11 @@ export const useUserStore = defineStore({
routes
.
forEach
((
route
)
=>
{
router
.
addRoute
(
route
as
unknown
as
RouteRecordRaw
);
});
if
(
routes
.
findIndex
((
v
)
=>
v
.
path
===
'
/supplierInfoManage
'
)
!==
-
1
)
{
userInfo
.
homePath
=
'
/supplierInfoManage/index
'
;
}
else
{
userInfo
.
homePath
=
'
/RegionalSpotManage/index
'
;
}
router
.
addRoute
(
PAGE_NOT_FOUND_ROUTE
as
unknown
as
RouteRecordRaw
);
permissionStore
.
setDynamicAddedRoute
(
true
);
}
...
...
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