From a7398d906422531f08338afac204c2abc46cf045 Mon Sep 17 00:00:00 2001 From: liukang <644012909@qq.com> Date: Fri, 21 Feb 2025 15:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=87=E9=A2=98?= 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 | 4 +-- src/views/index.vue | 2 +- src/views/register.vue | 2 +- src/views/system/apply/index.vue | 4 +-- src/views/system/perform/index.vue | 40 +++++++++++++++--------------- vue.config.js | 2 +- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.env.development b/.env.development index f978cdd..2cf8c8c 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ VUE_APP_TITLE = 代申 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 抢票管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/.env.production b/.env.production index e7fd153..11f1cab 100644 --- a/.env.production +++ b/.env.production @@ -4,6 +4,6 @@ VUE_APP_TITLE = 代申 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 抢票管理系统/生产环境 VUE_APP_BASE_API = '/weverse-prod-api' VUE_APP_VITE_BASE_PATH = '/weverse/' diff --git a/.env.staging b/.env.staging index ffca05d..ad575f5 100644 --- a/.env.staging +++ b/.env.staging @@ -8,6 +8,6 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 抢票管理系统/测试环境 VUE_APP_BASE_API = '/weverse-stage-api' VUE_APP_VITE_BASE_PATH = '/weverse/' diff --git a/package.json b/package.json index dfe5e23..0b40a4d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "若依管理系统", - "author": "若依", + "description": "抢票管理系统", + "author": "抢票", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/src/views/index.vue b/src/views/index.vue index 1d3fd43..8005b48 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -10,7 +10,7 @@ - + diff --git a/src/views/register.vue b/src/views/register.vue index 60d8bca..5aeddf4 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@