Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-manager-ui
Commits
70871181
Commit
70871181
authored
Jun 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路由
parent
7af53d9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
admin/.env.test
admin/.env.test
+2
-2
admin/src/router.js
admin/src/router.js
+2
-2
No files found.
admin/.env.test
View file @
70871181
...
...
@@ -2,10 +2,10 @@
NODE_ENV
=
'test'
# 地址
VUE_APP_BASE_API
=
/
basics_api
/
m
VUE_APP_BASE_API
=
/
basics_api
/
bill
# websocket地址
VUE_APP_WEBSOCKET_API
=
192.168
.
0.98
:
18
2
22
/
m
VUE_APP_WEBSOCKET_API
=
192.168
.
0.98
:
18
3
22
/
m
# 门户登录地址
VUE_APP_PORTAL_URL
=/
portal_home
...
...
admin/src/router.js
View file @
70871181
...
...
@@ -40,8 +40,8 @@ const router = new Router({
...
restBuilder
(
"
param
"
,
"
system/param
"
),
// 系统管理--参数管理
...
restBuilder
(
"
task
"
,
"
system/task
"
),
// 系统管理--任务管理
...
restBuilder
(
"
ph
"
,
"
ph
"
),
//排号
...
restBuilder
(
"
pj
"
,
"
pj
"
),
//评价
...
restBuilder
(
"
ph
/queue
"
,
"
ph/queue
"
),
//排号
...
restBuilder
(
"
pj
/evaluate
"
,
"
pj/evaluate
"
),
//评价
//以下为基础路由配置
builder
(
""
,
"
Home
"
),
...
...
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