mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
cee7e50720
2. member 模块,统一使用 member 前缀 3. 修改 Spring Security logout 配置,支持多用户类型的退出
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"local": {
|
|
"baseUrl": "http://127.0.0.1:48080/api",
|
|
"token": "test1",
|
|
|
|
"userApi": "http://127.0.0.1:48080/app-api",
|
|
"userToken": "test1",
|
|
"userTenentId": "1"
|
|
}
|
|
}
|