diff --git a/README.md b/README.md index 3f771058..11d7e122 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,11 @@ docker compose up -d ## 项目文档 -* [文档地址](https://lijiahangmax.github.io/orion-visor/#/) -* [docker安装](https://lijiahangmax.github.io/orion-visor/#/quickstart/docker-install) -* [普通安装](https://lijiahangmax.github.io/orion-visor/#/quickstart/install) -* [更新日志](https://lijiahangmax.github.io/orion-visor/#/about/change-log) -* [操作手册](https://lijiahangmax.github.io/orion-visor/#/operator/asset) -* [常见问题](https://lijiahangmax.github.io/orion-visor/#/quickstart/faq) +* [文档地址](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) ## 技术栈 diff --git a/docs/README.md b/docs/README.md index 04f8d385..584eb34c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,6 +40,12 @@ ------------------------------ +
⛔⛔此页面已不再维护, 请跳转至 +这里 +查看最新文档 ❗
+ +------------------------------ + **`orion-visor`** 提供一站式服务器运维解决方案。 * **资产管理**:支持对资产进行分组,实现对主机、密钥和身份的统一管理和授权。 @@ -70,9 +76,8 @@ docker compose up -d ## 项目文档 -* [文档地址](https://lijiahangmax.github.io/orion-visor/#/) -* [docker安装](/quickstart/docker-install) -* [普通安装](/quickstart/install) +* [文档地址](/) +* [安装文档](/quickstart/docker-install) * [更新日志](/about/change-log) * [操作手册](/operator/asset) * [常见问题](/quickstart/faq) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index f6f03695..5862710d 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -# orion-visor 2.0.3 +# orion-visor > 一款高颜值、现代化的智能运维&轻量堡垒机平台。 diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm index aa0aa3e6..18b78caa 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm +++ b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm @@ -6,7 +6,7 @@ const columns = [ title: 'id', dataIndex: 'id', slotName: 'id', - width: 70, + width: 100, align: 'left', fixed: 'left', }, #foreach($field in ${table.fields})#if("$!field.propertyName" != "id"){ diff --git a/orion-visor-launch/src/main/resources/application.yaml b/orion-visor-launch/src/main/resources/application.yaml index 9f84870a..4a80f91c 100644 --- a/orion-visor-launch/src/main/resources/application.yaml +++ b/orion-visor-launch/src/main/resources/application.yaml @@ -195,7 +195,7 @@ orion: api: # 公共 api 前缀 prefix: /orion-visor/api - # 是否开启跨域 + # 是否允许跨域 cors: true websocket: # 公共 websocket 前缀 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 d351b066..e99d2c52 100644 --- a/orion-visor-ui/src/components/app/app-footer/index.vue +++ b/orion-visor-ui/src/components/app/app-footer/index.vue @@ -2,11 +2,9 @@