处理问题

This commit is contained in:
TS-QD1 2023-03-13 18:18:07 +08:00
parent 2f44e2a77f
commit 054c6fd043
2 changed files with 7 additions and 4 deletions

View File

@ -98,7 +98,7 @@ spring:
security:
oauth2:
# oauth-server: http://121.36.71.250:58011/usercenter
oauth-server: http://192.168.0.155:7011/usercenter
oauth-server: http://192.168.0.15:7011/usercenter
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
client:
#client-id: c00491da506842ddb516d4b1e5ccd13e
@ -117,7 +117,7 @@ security:
check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key
api-path:
# user-center: http://121.36.71.250:58011/usercenter
user-center: http://192.168.0.155:7011/usercenter
user-center: http://192.168.0.15:7011/usercenter
# 数据库
mybatis:
@ -135,7 +135,7 @@ swagger:
# 文件
file:
# 文件的保存路径
upload-path: /Users/wanggeng/Desktop/UploadFiles/
upload-path: C:\Users\TS-QD1\Desktop\UploadFiles\
# 图片类型
image-types: png,jpg,jpeg,gif,blob
# 视频类型
@ -173,7 +173,7 @@ file:
# 日志
logging:
file:
name: /Users/wanggeng/Desktop/UploadFiles/logs/population.log
name: C:\Users\TS-QD1\Desktop\UploadFiles\logs\population.log
level:
root: error
ink.wgink: debug

View File

@ -372,6 +372,9 @@
function nationChart() {
top.restAjax.get(top.restAjax.path('app/default-home-page/release/get-nation', []), {}, null, function(code, data) {
if(!data.counts) {
return;
}
var chartData = [];
for(var i = 0; i < data.counts.length; i++){
var param = {