This commit is contained in:
zk
2024-07-04 15:12:58 +08:00
parent 352948e98b
commit b732e3ab64
4 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ const router = useRouter();
const userStore = useUserStore();
const { token } = userStore;
const { VITE_GLOB_API_YIN_JI, VITE_GLOB_API_JIAN_CE, VITE_GLOB_API_XIAN_YUN, VITE_GLOB_API_YIN_CHUAN } = getAppEnvConfig();
//应急求助
export const basicPath = VITE_GLOB_API_YIN_JI;
//健康监测工具报警
export const basicPath = VITE_GLOB_API_YIN_JI;
//应急求助、120
export const emergencyPath = VITE_GLOB_API_JIAN_CE;
//西安云坐席
export const xianYunPath = VITE_GLOB_API_XIAN_YUN;