This commit is contained in:
JenniferW 2025-12-18 15:16:14 +08:00
parent c91731c94a
commit 2ad6428bab
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 智奇品号高效检索系统
VITE_APP_TITLE = 品号高效检索系统
# 开发环境配置
VITE_APP_ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 智奇品号高效检索系统
VITE_APP_TITLE = 品号高效检索系统
# 生产环境配置
VITE_APP_ENV = 'staging'

View File

@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
<title>智奇品号高效检索系统</title>
<title>品号高效检索系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,

View File

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "智奇品号高效检索系统",
"description": "品号高效检索系统",
"author": "智奇",
"license": "MIT",
"type": "module",
@ -45,4 +45,4 @@
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1"
}
}
}

View File

@ -123,8 +123,8 @@ const router = useRouter();
const { proxy } = getCurrentInstance();
const loginForm = ref({
username: "",
password: "",
username: "admin",
password: "admin123",
rememberMe: false,
code: "",
uuid: "",