吉安感知网项目-前端
张含笑
2026-01-22 a83e9eef336e86f81c14e4ba00cb421d762ceda2
feat:app调整
2 files modified
7 ■■■■■ changed files
uniapps/work-app/src/pages/login/index.vue 3 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/utils/requestGd/index.js 4 ●●●● 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()