作者 xiaoqiu

更改了网站标题

# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = AI导航网站后台
# 开发环境配置
VITE_APP_ENV = 'development'
... ...
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = AI导航网站后台
# 生产环境配置
VITE_APP_ENV = 'production'
... ...
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = AI导航网站后台
# 生产环境配置
VITE_APP_ENV = 'staging'
... ...
... ... @@ -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>AI导航网站后台</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
... ...
{
"name": "ruoyi",
"version": "3.9.0",
"description": "若依管理系统",
"author": "若依",
"description": "AI导航网站后台",
"author": "CRGX",
"license": "MIT",
"type": "module",
"scripts": {
... ...
... ... @@ -87,7 +87,7 @@ service.interceptors.response.use(res => {
ElMessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
isRelogin.show = false
useUserStore().logOut().then(() => {
location.href = '/index'
location.href = '/'
})
}).catch(() => {
isRelogin.show = false
... ...