Browse Source

系统名称修改

new-ays
1747191978@qq.com 2 months ago
parent
commit
2ca4b091be
  1. 2
      acupuncture-前台/.env.development
  2. 2
      acupuncture-前台/.env.production
  3. 2
      acupuncture-前台/.env.productions
  4. 2
      acupuncture-前台/.env.staging
  5. 2
      acupuncture-前台/package.json
  6. 2
      acupuncture-前台/src/layout/components/Navbar.vue
  7. 2
      acupuncture-前台/src/views/login.vue
  8. 2
      acupuncture-前台/src/views/register.vue
  9. 2
      acupuncture-前台/vue.config.js
  10. 2
      acupuncture-后台/.env.development
  11. 2
      acupuncture-后台/.env.production
  12. 2
      acupuncture-后台/.env.productions
  13. 2
      acupuncture-后台/.env.staging
  14. 2
      acupuncture-后台/package.json
  15. 2
      acupuncture-后台/src/views/login.vue
  16. 2
      acupuncture-后台/src/views/register.vue
  17. 2
      acupuncture-后台/vue.config.js

2
acupuncture-前台/.env.development

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 开发环境配置
ENV = 'development'

2
acupuncture-前台/.env.production

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-前台/.env.productions

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-前台/.env.staging

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-前台/package.json

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "朱琏针灸数据云系统",
"description": "体重管理数据平台云系统",
"author": "若依",
"license": "MIT",
"scripts": {

2
acupuncture-前台/src/layout/components/Navbar.vue

@ -13,7 +13,7 @@
v-if="!topNav"
/> -->
<div class="logo-title">
朱琏针灸数据云系统{{ userInfo.tenantName }}
体重管理数据平台云系统{{ userInfo.tenantName }}
</div>
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />

2
acupuncture-前台/src/views/login.vue

@ -11,7 +11,7 @@
<h3 class="title" style="color: #fff; text-align: left">
登录到
<br />
朱琏针灸数据云系统
体重管理数据平台云系统
</h3>
<el-form-item prop="username">
<el-input

2
acupuncture-前台/src/views/register.vue

@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">朱琏针灸数据云系统</h3>
<h3 class="title">体重管理数据平台云系统</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"

2
acupuncture-前台/vue.config.js

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "朱琏针灸数据云系统"; // 网页标题
const name = process.env.VUE_APP_TITLE || "体重管理数据平台云系统"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口

2
acupuncture-后台/.env.development

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 开发环境配置
ENV = 'development'

2
acupuncture-后台/.env.production

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-后台/.env.productions

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-后台/.env.staging

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸数据云系统
VUE_APP_TITLE = 体重管理数据平台云系统
# 生产环境配置
NODE_ENV = 'production'

2
acupuncture-后台/package.json

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "朱琏针灸数据云系统",
"description": "体重管理数据平台云系统",
"author": "若依",
"license": "MIT",
"scripts": {

2
acupuncture-后台/src/views/login.vue

@ -11,7 +11,7 @@
<h3 class="title">
登录到
<br />
朱琏针灸数据云系统
体重管理数据平台云系统
</h3>
<el-form-item prop="username">
<el-input

2
acupuncture-后台/src/views/register.vue

@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">朱琏针灸数据云系统</h3>
<h3 class="title">体重管理数据平台云系统</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"

2
acupuncture-后台/vue.config.js

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "朱琏针灸数据云系统"; // 网页标题
const name = process.env.VUE_APP_TITLE || "体重管理数据平台云系统"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口

Loading…
Cancel
Save