diff --git a/acupuncture-前台/.env.development b/acupuncture-前台/.env.development index 5726980e..14589f3a 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 01d2c94e..92804d37 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 384b5ca3..db72d730 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 00c0ab84..4fff3b66 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 b87caae0..604bfe17 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 f667fd9f..6641a694 100644 --- a/acupuncture-前台/src/layout/components/Navbar.vue +++ b/acupuncture-前台/src/layout/components/Navbar.vue @@ -13,7 +13,7 @@ v-if="!topNav" /> -->