1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
// 系统名称
|
// 系统名称
|
||||||
name: "爱尚客",
|
name: "爱尚家",
|
||||||
// 应用ID
|
// 应用ID
|
||||||
appId: 10100,
|
appId: 10100,
|
||||||
// 租户ID
|
// 租户ID
|
||||||
@@ -9,12 +9,12 @@ module.exports = {
|
|||||||
appSecret: '1f1d186d98ea4620ac65afbf34940051',
|
appSecret: '1f1d186d98ea4620ac65afbf34940051',
|
||||||
|
|
||||||
// 开发环境
|
// 开发环境
|
||||||
// apiUrl: "http://127.0.0.1:9090/api",
|
apiUrl: "http://127.0.0.1:9090/api",
|
||||||
// socketUrl: 'ws://localhost:9190',
|
// socketUrl: 'ws://localhost:9190',
|
||||||
// fileUrl: 'https://file.wsdns.cn',
|
// fileUrl: 'https://file.wsdns.cn',
|
||||||
|
|
||||||
// 测试环境
|
// 测试环境
|
||||||
apiUrl: 'https://server.gxwebsoft.com/api',
|
// apiUrl: 'https://server.gxwebsoft.com/api',
|
||||||
socketUrl: 'wss://server.gxwebsoft.com',
|
socketUrl: 'wss://server.gxwebsoft.com',
|
||||||
fileUrl: 'https://file.wsdns.cn',
|
fileUrl: 'https://file.wsdns.cn',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user