fix: 解决供应商登录时无法获取角色问题,解决供应商注册时关联角色时角色id不对的问题
This commit is contained in:
@ -20,6 +20,7 @@ spring:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: 192.168.110.231:8848
|
||||
ip: 192.168.110.109
|
||||
aop:
|
||||
auto: true #开启spring的aop配置
|
||||
proxy-target-class: true
|
||||
@ -227,7 +228,7 @@ mconfig:
|
||||
checkTokenPath: http://10.238.52.52:8100/auth/oauth/check_token
|
||||
xmzxUrl: http://10.238.52.52:8100/
|
||||
role:
|
||||
supplier: 000006
|
||||
supplier: '000006'
|
||||
|
||||
|
||||
# 用户暴露给 prometheus 的健康数据
|
||||
|
Reference in New Issue
Block a user