作者 xiaoqiu

更改了网站标题

1 # 页面标题 1 # 页面标题
2 -VITE_APP_TITLE = 若依管理系统 2 +VITE_APP_TITLE = AI导航网站后台
3 3
4 # 开发环境配置 4 # 开发环境配置
5 VITE_APP_ENV = 'development' 5 VITE_APP_ENV = 'development'
1 # 页面标题 1 # 页面标题
2 -VITE_APP_TITLE = 若依管理系统 2 +VITE_APP_TITLE = AI导航网站后台
3 3
4 # 生产环境配置 4 # 生产环境配置
5 VITE_APP_ENV = 'production' 5 VITE_APP_ENV = 'production'
1 # 页面标题 1 # 页面标题
2 -VITE_APP_TITLE = 若依管理系统 2 +VITE_APP_TITLE = AI导航网站后台
3 3
4 # 生产环境配置 4 # 生产环境配置
5 VITE_APP_ENV = 'staging' 5 VITE_APP_ENV = 'staging'
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 <meta name="renderer" content="webkit"> 7 <meta name="renderer" content="webkit">
8 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> 8 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
9 <link rel="icon" href="/favicon.ico"> 9 <link rel="icon" href="/favicon.ico">
10 - <title>若依管理系统</title> 10 + <title>AI导航网站后台</title>
11 <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> 11 <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
12 <style> 12 <style>
13 html, 13 html,
1 { 1 {
2 "name": "ruoyi", 2 "name": "ruoyi",
3 "version": "3.9.0", 3 "version": "3.9.0",
4 - "description": "若依管理系统",  
5 - "author": "若依", 4 + "description": "AI导航网站后台",
  5 + "author": "CRGX",
6 "license": "MIT", 6 "license": "MIT",
7 "type": "module", 7 "type": "module",
8 "scripts": { 8 "scripts": {
@@ -87,7 +87,7 @@ service.interceptors.response.use(res => { @@ -87,7 +87,7 @@ service.interceptors.response.use(res => {
87 ElMessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => { 87 ElMessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
88 isRelogin.show = false 88 isRelogin.show = false
89 useUserStore().logOut().then(() => { 89 useUserStore().logOut().then(() => {
90 - location.href = '/index' 90 + location.href = '/'
91 }) 91 })
92 }).catch(() => { 92 }).catch(() => {
93 isRelogin.show = false 93 isRelogin.show = false