| src/pages/login/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/pages/user/index.vue | ●●●●● patch | view | raw | blame | history |
src/pages/login/index.vue
@@ -42,10 +42,10 @@ import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router"; import { onMounted } from "vue"; const droneSvg = getAssetsImage("/images/login/droneSvg.svg"); const usernameSvg = getAssetsImage("/images/login/username.svg"); const passwordSvg = getAssetsImage("/images/login/password.svg"); const logoSvg = getAssetsImage("/images/login/logo.svg"); const droneSvg = getAssetsImage("/images/login/droneSvg.png"); const usernameSvg = getAssetsImage("/images/login/username.png"); const passwordSvg = getAssetsImage("/images/login/password.png"); const logoSvg = getAssetsImage("/images/login/logo.png"); const userStore = useUserStore(); const loginForm = ref({ src/pages/user/index.vue
@@ -10,7 +10,7 @@ <view class="userName">{{ userStore?.userInfo?.nick_name }}</view> <view class="departs"> <image src="https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/mobile.svg" src="https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/mobile.png" alt="" /> <span>{{ user.deptName }}</span> @@ -60,7 +60,7 @@ const { setClipboardData, getClipboardData } = useClipboard(); const rightImage = getAssetsImage("/images/user/rightBtn.svg"); const rightImage = getAssetsImage("/images/user/rightBtn.png"); const logoImage = getAssetsImage("/images/user/logo1.png"); const userStore = useUserStore();