From 92d05778b98fe0f5aeb483b487c82c5281ef16af Mon Sep 17 00:00:00 2001 From: liaodeyun Date: Thu, 27 Nov 2025 17:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=94=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95,=E5=B7=B2=E5=AE=8C=E6=88=90=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 56 +- pages.json | 11 +- pages/login.vue | 1116 ++++++++++----------- pages_caltools/components/meterResult.vue | 8 +- pages_system/pages/register/index.vue | 914 +++++++++-------- 5 files changed, 1027 insertions(+), 1078 deletions(-) diff --git a/config.js b/config.js index 9c0607f..81dfe32 100644 --- a/config.js +++ b/config.js @@ -1,31 +1,31 @@ // 应用全局配置 const config = { - // baseUrl: 'https://vue.ruoyi.vip/prod-api', - // baseUrl: 'http://localhost/prod-api', - baseUrl: 'https://ngtools.cn:8443', - //cloud后台网关地址 - // baseUrl: 'http://192.168.10.3:8080', - // 应用信息 - appInfo: { - // 应用名称 - name: "ruoyi-app-vue3", - // 应用版本 - version: "1.1.0", - // 应用logo - logo: "/static/logo.png", - // 官方网站 - site_url: "http://ruoyi.vip", - // 政策协议 - agreements: [{ - title: "隐私政策", - url: "https://ruoyi.vip/protocol.html" - }, - { - title: "用户服务协议", - url: "https://ruoyi.vip/protocol.html" - } - ] - } - } + // baseUrl: 'https://vue.ruoyi.vip/prod-api', + // baseUrl: 'http://localhost/prod-api', + baseUrl: 'https://ngtools.cn:8443', + //cloud后台网关地址 + // baseUrl: 'http://192.168.10.3:8080', + // 应用信息 + appInfo: { + // 应用名称 + name: "天然气工具箱", + // 应用版本 + version: "1.1.0", + // 应用logo + logo: "/static/logo.png", + // 官方网站 + site_url: "http://ruoyi.vip", + // 政策协议 + agreements: [{ + title: "隐私政策", + url: "https://ruoyi.vip/protocol.html" + }, + { + title: "用户服务协议", + url: "https://ruoyi.vip/protocol.html" + } + ] + } +} - export default config \ No newline at end of file +export default config \ No newline at end of file diff --git a/pages.json b/pages.json index fb3def2..f64966b 100644 --- a/pages.json +++ b/pages.json @@ -261,15 +261,6 @@ "root": "pages_system/pages", "pages": [{ - "path": "dict/index" - }, - { - "path": "dict/data", - "style": { - "navigationBarTitleText": "计算工具" - } - }, - { "path": "register/index", "style": { "navigationBarTitleText": "注册", @@ -278,7 +269,7 @@ } }, { - "path": "forgot/index", + "path": "forget/index", "style": { "navigationBarTitleText": "忘记密码", "navigationStyle": "custom" diff --git a/pages/login.vue b/pages/login.vue index ba4349b..187b660 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -1,640 +1,612 @@ \ No newline at end of file diff --git a/pages_caltools/components/meterResult.vue b/pages_caltools/components/meterResult.vue index eb80271..1bf611c 100644 --- a/pages_caltools/components/meterResult.vue +++ b/pages_caltools/components/meterResult.vue @@ -7,14 +7,14 @@ @@ -22,13 +22,13 @@ + :decimal-places="6" :width="selectWidth" /> diff --git a/pages_system/pages/register/index.vue b/pages_system/pages/register/index.vue index 393557d..11ce592 100644 --- a/pages_system/pages/register/index.vue +++ b/pages_system/pages/register/index.vue @@ -1,524 +1,510 @@ \ No newline at end of file