完成大数据页面
This commit is contained in:
parent
c93d478739
commit
9fa57f992d
@ -1,7 +1,7 @@
|
|||||||
server:
|
server:
|
||||||
port: 7001
|
port: 7001
|
||||||
url: http://127.0.0.1:7001/usercenter
|
url: http://192.168.0.103:7001/usercenter
|
||||||
ws: ws://127.0.0.1:7001/usercenter/ws
|
ws: ws://192.168.0.103:7001/usercenter/ws
|
||||||
title: 统一用户管理平台
|
title: 统一用户管理平台
|
||||||
login-page-name: 统一用户管理平台
|
login-page-name: 统一用户管理平台
|
||||||
servlet:
|
servlet:
|
||||||
@ -168,15 +168,17 @@ open-platform:
|
|||||||
wechat:
|
wechat:
|
||||||
mini-app:
|
mini-app:
|
||||||
# 激活状态
|
# 激活状态
|
||||||
active: false
|
active: true
|
||||||
authorizeUrl: https://api.weixin.qq.com/sns/jscode2session
|
authorizeUrl: https://api.weixin.qq.com/sns/jscode2session
|
||||||
# 绑定用户连接,指向统一用户,可以内网
|
# 绑定用户连接,指向统一用户,可以内网
|
||||||
bindUserUrl: http://127.0.0.1:7001/usercenter/wxminiapp/sign/logincheckusername
|
bindUserUrl: http://127.0.0.1:7001/usercenter/wxminiapp/sign/logincheckusername
|
||||||
grantType: authorization_code
|
grantType: authorization_code
|
||||||
# appKey: wxe17874894f7ff27b
|
# appKey: wxe17874894f7ff27b
|
||||||
# appSecret: 9ab6a87ccedf6555809f1a42e3820f12
|
# appSecret: 9ab6a87ccedf6555809f1a42e3820f12
|
||||||
appKey: wx953da91650b16128
|
# appKey: wx953da91650b16128
|
||||||
appSecret: 69ba0f0223da28e1472a9fe33b4c34d7
|
# appSecret: 69ba0f0223da28e1472a9fe33b4c34d7
|
||||||
|
appKey: wxc529578602bca580
|
||||||
|
appSecret: fb752f8eed90ed449e7194c82756bb7f
|
||||||
# 公众号
|
# 公众号
|
||||||
official-account:
|
official-account:
|
||||||
# 开启跨域
|
# 开启跨域
|
||||||
|
Loading…
Reference in New Issue
Block a user