正在显示
6 个修改的文件
包含
7 行增加
和
7 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论