update
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user