|
|
@@ -3,7 +3,7 @@ import { reactive, ref } from 'vue'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import { ElMessage } from 'element-plus'
|
|
|
import { setAuthInfo } from '../utils/auth'
|
|
|
-
|
|
|
+const faviconUrl = '/favicon.ico'
|
|
|
const router = useRouter()
|
|
|
const form = reactive({ username: 'admin', password: 'admin123' })
|
|
|
const busy = ref(false)
|
|
|
@@ -26,7 +26,7 @@ async function submit() {
|
|
|
<template>
|
|
|
<div class="mock-login">
|
|
|
<section class="login-panel" aria-labelledby="login-title">
|
|
|
- <div class="brand login-brand"><img src="favicon.ico" class="brand-mark" alt="HS 仓储运营台" />
|
|
|
+ <div class="brand login-brand"><img :src="faviconUrl" class="brand-mark" alt="HS 仓储运营台" />
|
|
|
<div class="brand-text">
|
|
|
<strong>HS 仓储运营台</strong>
|
|
|
<small>WAREHOUSE OPS · 上海闵行仓</small>
|