Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
8c8fa7f1
Commit
8c8fa7f1
authored
Mar 03, 2026
by
liyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 实现文件上传功能,参考ruoyi-vue实现,修改路由模式为hash,更新打包配置
parent
15febd49
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.env.production
admin-ui/.env.production
+1
-1
index.js
admin-ui/src/router/index.js
+1
-1
.env.production
portal-ui/.env.production
+1
-1
portal.js
portal-ui/src/router/portal.js
+1
-1
No files found.
admin-ui/.env.production
View file @
8c8fa7f1
...
...
@@ -5,4 +5,4 @@ VUE_APP_TITLE = STS门户网站管理系统
ENV = 'production'
# 若依门户系统/生产环境
VUE_APP_BASE_API = 'http://101.126.159.207:8
081
'
VUE_APP_BASE_API = 'http://101.126.159.207:8
882
'
admin-ui/src/router/index.js
View file @
8c8fa7f1
...
...
@@ -177,7 +177,7 @@ Router.prototype.replace = function push(location) {
}
export
default
new
Router
({
mode
:
'h
istory'
,
// 去掉url中的#
mode
:
'h
ash'
,
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
constantRoutes
})
portal-ui/.env.production
View file @
8c8fa7f1
...
...
@@ -5,4 +5,4 @@ VUE_APP_TITLE = STS门户网站
ENV = 'production'
# 若依门户系统/生产环境
VUE_APP_BASE_API = 'http://101.126.159.207:8
081
'
VUE_APP_BASE_API = 'http://101.126.159.207:8
882
'
portal-ui/src/router/portal.js
View file @
8c8fa7f1
...
...
@@ -98,7 +98,7 @@ Router.prototype.replace = function push(location) {
}
export
default
new
Router
({
mode
:
'h
istory
'
,
mode
:
'h
ash
'
,
scrollBehavior
:
()
=>
({
y
:
0
}),
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