From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- common/config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config.js b/common/config.js index 6376d5f..f788660 100644 --- a/common/config.js +++ b/common/config.js @@ -3,14 +3,14 @@ hasHead: true, authCallBackUrl: 'https://wxbank.hnnx.com/mer/payOut/getAuthCode.do?authCallBackUrl=', webURL: 'https://jmy.jinmingyuan.com/ecosphere-user', - serverTempl:"http://172.16.60.135:8089", + serverTempl:"http://172.16.60.172:8086", socketTempl:"wss://yqzx.jinmingyuan.com/wsPerCode", h5Temp:"https://yqzx.jinmingyuan.com/ecosphere-h5", - serverUrl: 'http://172.16.60.135:8089', - h5Url: 'http://172.16.60.135:8089/service-merchant', + serverUrl: 'http://172.16.60.172:8086', + h5Url: 'http://172.16.60.172:8086/service-merchant', ftpUrl: 'https://yqzx.jinmingyuan.com/file', // ftpUrl: 'https://echftp.jinmingyuan.com', - baseUrl: 'http://172.16.60.135:8089', + baseUrl: 'http://172.16.60.172:8086', wx_appid: 'wxad8cc511da676bd4', ali_appid: '2021003199690698' } -- Gitblit v1.9.1