Commit 70871181 authored by 赵啸非's avatar 赵啸非

修改路由

parent 7af53d9d
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
NODE_ENV = 'test' NODE_ENV = 'test'
# 地址 # 地址
VUE_APP_BASE_API = /basics_api/m VUE_APP_BASE_API = /basics_api/bill
# websocket地址 # websocket地址
VUE_APP_WEBSOCKET_API =192.168.0.98:18222/m VUE_APP_WEBSOCKET_API =192.168.0.98:18322/m
# 门户登录地址 # 门户登录地址
VUE_APP_PORTAL_URL =/portal_home VUE_APP_PORTAL_URL =/portal_home
......
...@@ -40,8 +40,8 @@ const router = new Router({ ...@@ -40,8 +40,8 @@ const router = new Router({
...restBuilder("param", "system/param"), // 系统管理--参数管理 ...restBuilder("param", "system/param"), // 系统管理--参数管理
...restBuilder("task", "system/task"), // 系统管理--任务管理 ...restBuilder("task", "system/task"), // 系统管理--任务管理
...restBuilder("ph", "ph"), //排号 ...restBuilder("ph/queue", "ph/queue"), //排号
...restBuilder("pj", "pj"), //评价 ...restBuilder("pj/evaluate", "pj/evaluate"), //评价
//以下为基础路由配置 //以下为基础路由配置
builder("", "Home"), builder("", "Home"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment