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' VITE_APP_ENV = 'development'

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.8.9", "version": "3.8.9",
"description": "智奇品号高效检索系统", "description": "品号高效检索系统",
"author": "智奇", "author": "智奇",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

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