Browse Source

修改登录router。修改permission的登录后跳转,不跳转到欢迎页面了。

jxq 1 month ago
parent
commit
1ae2a93dc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env.development

+ 1 - 1
.env.development

@@ -10,7 +10,7 @@ VITE_APP_BASE_API = '/dev-api'
 # 上传文件接口地址
 VITE_APP_UPLOAD_URL = 'http://192.168.101.4:9000'
 # 开发接口地址
- VITE_APP_API_URL = 'http://192.168.0.174:7204'
+ VITE_APP_API_URL = 'http://113.44.0.55:8510'
 
 
 # 是否启用 Mock 服务