diff --git a/acupuncture-前台/.env.development b/acupuncture-前台/.env.development index 5726980e6..14589f3a2 100644 --- a/acupuncture-前台/.env.development +++ b/acupuncture-前台/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 朱琏针灸联盟数据系统 +VUE_APP_TITLE = 朱琏针灸数据云系统 # 开发环境配置 ENV = 'development' diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 01d2c94ec..92804d370 100644 --- a/acupuncture-前台/.env.production +++ b/acupuncture-前台/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 朱琏针灸联盟数据系统 +VUE_APP_TITLE = 朱琏针灸数据云系统 # 生产环境配置 NODE_ENV = 'production' diff --git a/acupuncture-前台/.env.staging b/acupuncture-前台/.env.staging index 384b5ca38..db72d7305 100644 --- a/acupuncture-前台/.env.staging +++ b/acupuncture-前台/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 朱琏针灸联盟数据系统 +VUE_APP_TITLE = 朱琏针灸数据云系统 # 生产环境配置 NODE_ENV = 'production' diff --git a/acupuncture-前台/README.md b/acupuncture-前台/README.md index 00c0ab84f..4fff3b668 100644 --- a/acupuncture-前台/README.md +++ b/acupuncture-前台/README.md @@ -27,4 +27,7 @@ npm run build:stage # 构建生产环境 npm run build:prod -``` \ No newline at end of file +``` + + + diff --git a/acupuncture-前台/package.json b/acupuncture-前台/package.json index b87caae0f..604bfe176 100644 --- a/acupuncture-前台/package.json +++ b/acupuncture-前台/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "朱琏针灸联盟数据系统", + "description": "朱琏针灸数据云系统", "author": "若依", "license": "MIT", "scripts": { diff --git a/acupuncture-前台/src/layout/components/Navbar.vue b/acupuncture-前台/src/layout/components/Navbar.vue index f667fd9f8..6641a694f 100644 --- a/acupuncture-前台/src/layout/components/Navbar.vue +++ b/acupuncture-前台/src/layout/components/Navbar.vue @@ -13,7 +13,7 @@ v-if="!topNav" /> -->