From 7652096fcaaca6c706d6fa0d5fed3088d145def9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 12 Oct 2025 23:42:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(developer):=20=E6=B7=BB=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=80=85=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增租户信息、服务器信息、源代码和其他信息四个展示组件 - 租户信息组件展示租户ID、系统名称、API地址、域名、后台管理地址、超管账号及到期时间 - 服务器信息组件展示公网IP、服务器厂商、到期时间和面板登录信息 - 源代码组件展示服务端、管理端和应用端的仓库名称、地址及备注 - 其他信息组件展示与源代码组件相同的内容,用于补充说明 - 更新开发者页面布局,引入上述四个信息展示组件- 重命名info.vue组件为TenantInfo.vue并重构其内容以适应新的展示需求 --- .../system/developer/components/CodeInfo.vue | 68 +++++++++++++++++++ .../system/developer/components/ParamInfo.vue | 68 +++++++++++++++++++ .../developer/components/ServerInfo.vue | 28 ++++++++ .../developer/components/TenantInfo.vue | 46 +++++++++++++ .../system/developer/components/info.vue | 51 -------------- src/views/system/developer/index.vue | 29 ++++---- 6 files changed, 226 insertions(+), 64 deletions(-) create mode 100644 src/views/system/developer/components/CodeInfo.vue create mode 100644 src/views/system/developer/components/ParamInfo.vue create mode 100644 src/views/system/developer/components/ServerInfo.vue create mode 100644 src/views/system/developer/components/TenantInfo.vue delete mode 100644 src/views/system/developer/components/info.vue diff --git a/src/views/system/developer/components/CodeInfo.vue b/src/views/system/developer/components/CodeInfo.vue new file mode 100644 index 0000000..dd54b2d --- /dev/null +++ b/src/views/system/developer/components/CodeInfo.vue @@ -0,0 +1,68 @@ + + + + + + + 登录账号:u_{{ loginUser.userId }} + 初始密码:123456 + + + + + diff --git a/src/views/system/developer/components/ParamInfo.vue b/src/views/system/developer/components/ParamInfo.vue new file mode 100644 index 0000000..ba6b016 --- /dev/null +++ b/src/views/system/developer/components/ParamInfo.vue @@ -0,0 +1,68 @@ + + + + + + + 登录账号:u_{{ loginUser.userId }} + 初始密码:123456 + + + + + diff --git a/src/views/system/developer/components/ServerInfo.vue b/src/views/system/developer/components/ServerInfo.vue new file mode 100644 index 0000000..aa07ea2 --- /dev/null +++ b/src/views/system/developer/components/ServerInfo.vue @@ -0,0 +1,28 @@ + + + + 1.14.159.185 + + + 阿里云 + + + 2025-09-01 00:00:00 + + + + https://1.14.159.185:9000/cproot/ + vo0wowwj + LWM6B5NbAP + + + + + + diff --git a/src/views/system/developer/components/TenantInfo.vue b/src/views/system/developer/components/TenantInfo.vue new file mode 100644 index 0000000..832e742 --- /dev/null +++ b/src/views/system/developer/components/TenantInfo.vue @@ -0,0 +1,46 @@ + + + + {{ website.appId }} + + + {{ website?.appName }} + + + https://cms-api.websoft.top/api + + + {{ website?.domain }} + + + https://mp.websoft.top + + + superAdmin + vo0wowwj + + + {{ website?.expirationTime }} + + + + + + + + diff --git a/src/views/system/developer/components/info.vue b/src/views/system/developer/components/info.vue deleted file mode 100644 index facbd2e..0000000 --- a/src/views/system/developer/components/info.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - {{ record.name }} - {{ record.value }} - - - - - 重置 - - - - - - diff --git a/src/views/system/developer/index.vue b/src/views/system/developer/index.vue index 7d4167e..2c5e5b5 100644 --- a/src/views/system/developer/index.vue +++ b/src/views/system/developer/index.vue @@ -1,26 +1,29 @@ $router.go(-1)"> - - + + + + + - - - 添加 - - + + - - - 添加 - - + + + + +