feat: There is no way the,only

This commit is contained in:
super_liu
2021-12-23 21:44:15 +08:00
parent bcec759522
commit a9b912f69b
2 changed files with 10 additions and 3 deletions
+5 -1
View File
@@ -19,7 +19,10 @@ const devWebUrl = 'https://srms.foton.com.cn/#/'
const webLoginType = 'dev'
// 配置onlyOffice 前端服务
const onlyOfficeUrl = 'http://127.0.0.1:8080'
const onlyOfficeUrl = 'http://10.100.5.116:8088'
// 配置 kkFileView 前端服务
const kkFileViewUrl = 'https://srms.foton.com.cn/preview/'
// 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
@@ -59,6 +62,7 @@ module.exports = {
ssoLoginUrlDev: ssoLogin + devWebUrl,
ssoLoginUrl: ssoLogin,
onlyOfficeUrl: onlyOfficeUrl,
kkFileViewUrl: kkFileViewUrl,
devWebUrl: devWebUrl,
serverUrl: 'https://' + serverIP, // 服务器IP地址
interfaceUrl: 'https://' + serverIP + ':' + interfacePORT + '/api/', // 服务器端接口访问地址,