2025-01-10 08:50:29 +08:00
|
|
|
/*
|
|
|
|
* @Author: 王文杰
|
|
|
|
* @Date: 2024-01-04 12:54:56
|
|
|
|
* @LastEditors: 王文杰
|
|
|
|
* @LastEditTime: 2024-03-26 14:38:12
|
|
|
|
* @FilePath: /hl-app/src/services/constants.ts
|
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
*/
|
|
|
|
// export const serviceDomain = 'https://nxhs.cjyx.cc'
|
2025-01-13 17:55:05 +08:00
|
|
|
// export const serviceDomain = 'https://star.hz-hl.com' http://222.71.165.187:9010
|
|
|
|
export const serviceDomain = 'http://localhost:8080'
|
2025-01-10 08:50:29 +08:00
|
|
|
|