| uniapps/work-app/src/pages/login/index.vue | ●●●●● patch | view | raw | blame | history | |
| uniapps/work-app/src/utils/requestGd/index.js | ●●●●● patch | view | raw | blame | history |
uniapps/work-app/src/pages/login/index.vue
@@ -42,8 +42,9 @@ <script setup> import { getAssetsImage } from "@/utils/index.js"; import {ticketLoginInterfaceApi} from '@/api/work/index1.js' import md5 from "js-md5"; import { loginByUsername,ticketLoginInterfaceApi } from "@/api/user/index.js"; import { loginByUsername } from "@/api/user/index.js"; import { useUserStore, useLocationStore } from "@/store/index.js"; import locationUtil from "@/utils/location.js"; import websocketService from "@/utils/websocket.js"; uniapps/work-app/src/utils/requestGd/index.js
@@ -2,8 +2,8 @@ import configEnv from "@/config/env.js"; import {getEnvObj} from "@/utils/index.js"; import { useUserStore } from "@/store/index.js"; import website from '@/config/website'; import Base64 from '@/utils/base64.js'; import website from '@/config/website' import { Base64} from 'js-base64' const http = new Request()