|
|
@@ -6,12 +6,12 @@
|
|
|
// API 基础地址(开发环境)
|
|
|
// export const BASE_URL = 'http://192.168.1.118:8080'
|
|
|
// export const BASE_URL = 'http://192.168.1.205:8080'
|
|
|
-// export const BASE_URL = 'http://www.hoomeng.pet/api'
|
|
|
-export const BASE_URL = 'http://111.228.46.254/api'
|
|
|
+export const BASE_URL = 'http://www.hoomeng.pet/api'
|
|
|
+// export const BASE_URL = 'http://111.228.46.254/api'
|
|
|
|
|
|
// 履约者App客户端ID(需要在 sys_client 表中配置)
|
|
|
export const CLIENT_ID = 'fe63fea7be31b0200b496d08bc6b517d'
|
|
|
-
|
|
|
+
|
|
|
// 履约者App平台码
|
|
|
export const PLATFORM_CODE = ''
|
|
|
|