Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
托
托幼费报销
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JAVA
托幼费报销
Merge requests
!71
Feature/yeqingbo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/yeqingbo
feature/yeqingbo
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
3
Merged
yeqingbo
requested to merge
feature/yeqingbo
into
develop
1 year ago
Overview
0
Commits
3
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
e98fb49f
Prev
Next
Show latest version
2 files
+
3
−
7
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e98fb49f
部署配置
· e98fb49f
yeqingbo
authored
1 year ago
PublicPCWeb/src/router/index.js
+
1
−
5
Options
@@ -40,11 +40,7 @@ const routes = [
];
const
router
=
createRouter
({
history
:
createWebHistory
(
window
.
__POWERED_BY_QIANKUN__
?
'
/
'
+
window
.
location
.
href
.
split
(
'
/
'
)[
3
]
+
'
/i/middlegroundadminweb
'
:
'
/middlegroundadminweb
'
),
history
:
createWebHistory
(
process
.
env
.
VUE_APP_BASE_URI
),
routes
,
});