From f5e74b086901d25fe267061491f85565215541f2 Mon Sep 17 00:00:00 2001 From: baize <3533151373@qq.com> Date: Thu, 30 May 2024 22:34:30 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E6=9B=B4=E6=94=B9=E5=89=8D=E5=8F=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- package.json | 2 +- src/views/login.vue | 2 +- src/views/netWorking/car/index.vue | 74 ------- src/views/netWorking/examine/index.vue | 281 +++++++++++++++++++++++++ src/views/register.vue | 2 +- vue.config.js | 2 +- 9 files changed, 288 insertions(+), 81 deletions(-) create mode 100644 src/views/netWorking/examine/index.vue diff --git a/.env.development b/.env.development index 302ecd1..caddb72 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index b4893b0..e1a89ba 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 361859f..3a9df24 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 NODE_ENV = production diff --git a/package.json b/package.json index 6a46cc5..f1f6fba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "muyu", "version": "3.6.3", - "description": "若依管理系统", + "description": "企业运营平台", "author": "若依", "license": "MIT", "scripts": { diff --git a/src/views/login.vue b/src/views/login.vue index f4577f2..a3c5528 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@