From a83e9eef336e86f81c14e4ba00cb421d762ceda2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 22 Jan 2026 15:26:21 +0800
Subject: [PATCH] feat:app调整
---
uniapps/work-app/src/pages/login/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/uniapps/work-app/src/pages/login/index.vue b/uniapps/work-app/src/pages/login/index.vue
index 3ed23b6..552eac3 100644
--- a/uniapps/work-app/src/pages/login/index.vue
+++ b/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";
--
Gitblit v1.9.3