Browse Source

修改 导入 导出 (例子用的)Customer

添加 字体库
dev_pda
郑勃旭 2 years ago
parent
commit
c25f1c4455
  1. 4
      build/src/docker/publish/conf/gateway/appsettings.json
  2. 6
      build/src/docker/publish/settings/appsettings.Development.json
  3. 4
      fe/PC/public/config.js

4
build/src/docker/publish/conf/gateway/appsettings.json

@ -52,14 +52,14 @@
"abp": { "abp": {
"Destinations": { "Destinations": {
"dest": { "dest": {
"Address": "http://sfs-auth-web:59093/api/" "Address": "http://dev.ccwin-in.com:59093"
} }
} }
}, },
"auth": { "auth": {
"Destinations": { "Destinations": {
"dest": { "dest": {
"Address": "http://sfs-auth-web:59093/" "Address": "http://dev.ccwin-in.com:59093"
} }
} }
}, },

6
build/src/docker/publish/settings/appsettings.Development.json

@ -45,7 +45,7 @@
}, },
"AuthServer": { "AuthServer": {
"Audience": "Auth", "Audience": "Auth",
"Authority": "http://localhost:59093/", "Authority": "http://dev.ccwin-in.com:21293/",
"ClientId": "Auth_App", "ClientId": "Auth_App",
"ClientSecret": "1q2w3E*", "ClientSecret": "1q2w3E*",
"RequireHttpsMetadata": "false", "RequireHttpsMetadata": "false",
@ -95,7 +95,7 @@
}, },
"IdentityClients": { "IdentityClients": {
"Default": { "Default": {
"Authority": "http://localhost:59093", "Authority": "http://dev.ccwin-in.com:21293",
"ClientId": "Auth_App", "ClientId": "Auth_App",
"ClientSecret": "1q2w3E*", "ClientSecret": "1q2w3E*",
"GrantType": "client_credentials", "GrantType": "client_credentials",
@ -113,7 +113,7 @@
"BaseUrl": "http://dev.ccwin-in.com:59093/" "BaseUrl": "http://dev.ccwin-in.com:59093/"
}, },
"BaseData": { "BaseData": {
"BaseUrl": "http://dev.ccwin-in.com:59094/" "BaseUrl": "http://localhost:59094/"
}, },
"Default": { "Default": {
"BaseUrl": "http://dev.ccwin-in.com:59093" "BaseUrl": "http://dev.ccwin-in.com:59093"

4
fe/PC/public/config.js

@ -19,8 +19,8 @@
// window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:21093/#/reports/' // window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:21093/#/reports/'
// localhost // localhost
window.SITE_CONFIG['base'] = 'http://localhost:59095' window.SITE_CONFIG['base'] = 'http://localhost:21093'
window.SITE_CONFIG['user'] = 'http://localhost:59093/api' window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:21093/api/auth'
window.SITE_CONFIG['print'] = 'print' window.SITE_CONFIG['print'] = 'print'
window.SITE_CONFIG['largeScreen'] = 'http://localhost:59082' window.SITE_CONFIG['largeScreen'] = 'http://localhost:59082'
window.SITE_CONFIG['warehouseCode'] = 'T8' window.SITE_CONFIG['warehouseCode'] = 'T8'

Loading…
Cancel
Save