diff --git a/README.md b/README.md index 9707e752..f31f46c2 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ docker compose up -d ## 项目文档 -* [文档地址](https://lijiahangmax.github.io/open-orion/orion-visor/) -* [安装文档](https://lijiahangmax.github.io/open-orion/orion-visor/quickstart/docker.html) -* [更新日志](https://lijiahangmax.github.io/open-orion/orion-visor/update/change-log.html) -* [操作手册](https://lijiahangmax.github.io/open-orion/orion-visor/operator/asset.html) -* [常见问题](https://lijiahangmax.github.io/open-orion/orion-visor/support/faq.html) +* [文档地址](https://visor.orionsec.cn/) +* [安装文档](https://visor.orionsec.cn/quickstart/docker.html) +* [更新日志](https://visor.orionsec.cn/update/change-log.html) +* [操作手册](https://visor.orionsec.cn/operator/asset.html) +* [常见问题](https://visor.orionsec.cn/support/faq.html) ## 技术栈 diff --git a/orion-visor-ui/src/api/system/setting.ts b/orion-visor-ui/src/api/system/setting.ts index 36a8e66d..eb7e359d 100644 --- a/orion-visor-ui/src/api/system/setting.ts +++ b/orion-visor-ui/src/api/system/setting.ts @@ -27,8 +27,7 @@ export function getSystemAppInfo() { * 获取仓库最后版本信息 */ export function getRepoLatestRelease() { - // return axios.get('https://gitee.com/api/v5/repos/dromara/orion-visor/releases/latest', { - return axios.get('https://lijiahangmax.github.io/open-orion/orion-visor/releases-latest.json', { + return axios.get('https://visor.orionsec.cn/releases-latest.json', { // 不添加请求头 否则会报 401 setAuthorization: false, // 返回原始输出 diff --git a/orion-visor-ui/src/components/app/app-footer/index.vue b/orion-visor-ui/src/components/app/app-footer/index.vue index d1279776..1a36f496 100644 --- a/orion-visor-ui/src/components/app/app-footer/index.vue +++ b/orion-visor-ui/src/components/app/app-footer/index.vue @@ -4,7 +4,7 @@ github gitee - 文档 + 文档 License v{{ version }} {{ release }} diff --git a/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue b/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue index 65738d64..993d4491 100644 --- a/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue +++ b/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue @@ -17,10 +17,10 @@ 上报 bug - 操作手册 + 操作手册 - 更新日志 + 更新日志 diff --git a/sql/init-4-data.sql b/sql/init-4-data.sql index e79455b3..d19ed505 100644 --- a/sql/init-4-data.sql +++ b/sql/init-4-data.sql @@ -318,7 +318,7 @@ INSERT INTO `dict_value` VALUES (405, 53, 'terminalTheme', '{\"background\":\"#1 -- 菜单配置 INSERT INTO `system_menu` VALUES (1, 0, '工作台', NULL, 1, 10, 1, 1, 1, 0, 'IconComputer', NULL, 'workplace', '2023-07-28 10:51:50', '2023-09-11 15:27:52', '1', '1', 0); INSERT INTO `system_menu` VALUES (5, 0, '用户管理', NULL, 1, 700, 1, 1, 1, 0, 'icon-user', NULL, 'userModule', '2023-07-28 10:55:38', '2024-06-17 20:45:29', '1', '1', 0); -INSERT INTO `system_menu` VALUES (8, 0, '项目地址', NULL, 1, 1000, 1, 1, 1, 0, 'icon-link', 'https://lijiahangmax.github.io/open-orion/orion-visor', '', '2023-07-28 11:04:59', '2024-05-31 17:13:12', '1', '1', 0); +INSERT INTO `system_menu` VALUES (8, 0, '项目地址', NULL, 1, 1000, 1, 1, 1, 0, 'icon-link', 'https://visor.orionsec.cn', '', '2023-07-28 11:04:59', '2024-05-31 17:13:12', '1', '1', 0); INSERT INTO `system_menu` VALUES (10, 5, '角色管理', NULL, 2, 10, 1, 1, 1, 0, 'IconUserGroup', '', 'role', '2023-07-28 10:55:52', '2024-03-07 19:10:13', '1', '1', 0); INSERT INTO `system_menu` VALUES (12, 0, '系统管理', NULL, 1, 800, 1, 1, 1, 0, 'icon-tool', NULL, 'systemModule', '2023-08-02 18:24:24', '2024-06-17 20:45:39', '1', '1', 0); INSERT INTO `system_menu` VALUES (13, 12, '系统菜单', '', 2, 10, 1, 1, 1, 0, 'icon-menu', NULL, 'systemMenu', '2023-08-02 18:29:01', '2024-03-07 22:25:00', '1', '1', 0);