Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
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
0
Merge Requests
0
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
PeiZhen-Java
peizhen-vue
Commits
cc5c28c2
Commit
cc5c28c2
authored
Sep 15, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改router的mode
parent
ad2676b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/router/index.js
+1
-1
No files found.
src/router/index.js
View file @
cc5c28c2
...
@@ -178,7 +178,7 @@ Router.prototype.replace = function push(location) {
...
@@ -178,7 +178,7 @@ Router.prototype.replace = function push(location) {
export
default
new
Router
({
export
default
new
Router
({
base
:
process
.
env
.
VUE_APP_CONTEXT_PATH
,
base
:
process
.
env
.
VUE_APP_CONTEXT_PATH
,
mode
:
'h
istory
'
,
// 去掉url中的#
mode
:
'h
ash
'
,
// 去掉url中的#
scrollBehavior
:
()
=>
({
y
:
0
}),
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
constantRoutes
routes
:
constantRoutes
})
})
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