Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
school-paper-admin-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
school-paper
school-paper-admin-front
Commits
693baaf1
Commit
693baaf1
authored
Jul 21, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改hash
parent
fc1f8f9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/router/index.js
+2
-1
No files found.
src/router/index.js
View file @
693baaf1
...
@@ -172,7 +172,8 @@ Router.prototype.push = function push(location) {
...
@@ -172,7 +172,8 @@ Router.prototype.push = 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
:
'history'
,
// 去掉url中的#
// mode: 'history', // 去掉url中的#
mode
:
'hash'
,
// 去掉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