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 @@