13 lines
573 B
TypeScript
13 lines
573 B
TypeScript
![]() |
/*
|
||
|
* @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'
|
||
|
// export const serviceDomain = 'https://star.hz-hl.com'
|
||
|
// export const serviceDomain = 'http://222.71.165.187:9010'
|
||
|
|
||
|
export const serviceDomain = 'http://localhost:8080'
|