Browse Source

针灸系统名称修改

newMaster
1747191978@qq.com 3 months ago
parent
commit
dbbcbab3b7
  1. 2
      acupuncture-前台/.env.development
  2. 2
      acupuncture-前台/.env.production
  3. 2
      acupuncture-前台/.env.staging
  4. 3
      acupuncture-前台/README.md
  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.staging
  13. 2
      acupuncture-后台/package.json
  14. 2
      acupuncture-后台/src/views/login.vue
  15. 2
      acupuncture-后台/src/views/register.vue
  16. 2
      acupuncture-后台/vue.config.js
  17. BIN
      acupuncture-后台/针灸-后台1.zip

2
acupuncture-前台/.env.development

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统 VUE_APP_TITLE = 朱琏针灸数据系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'

2
acupuncture-前台/.env.production

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统 VUE_APP_TITLE = 朱琏针灸数据系统
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'

2
acupuncture-前台/.env.staging

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统 VUE_APP_TITLE = 朱琏针灸数据系统
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'

3
acupuncture-前台/README.md

@ -28,3 +28,6 @@ npm run build:stage
# 构建生产环境 # 构建生产环境
npm run build:prod npm run build:prod
``` ```
<!-- 系统名称 -->
<!-- 朱琏针灸联盟数据系统 -->

2
acupuncture-前台/package.json

@ -1,7 +1,7 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.8.9", "version": "3.8.9",
"description": "朱琏针灸联盟数据系统", "description": "朱琏针灸数据系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

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

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

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

@ -11,7 +11,7 @@
<h3 class="title"> <h3 class="title">
登录到 登录到
<br /> <br />
朱琏针灸联盟数据系统 朱琏针灸数据系统
</h3> </h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input

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

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

2
acupuncture-前台/vue.config.js

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin"); 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; // 端口 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' ENV = 'development'

2
acupuncture-后台/.env.production

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统 VUE_APP_TITLE = 朱琏针灸数据系统
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'

2
acupuncture-后台/.env.staging

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统 VUE_APP_TITLE = 朱琏针灸数据系统
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'

2
acupuncture-后台/package.json

@ -1,7 +1,7 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.8.9", "version": "3.8.9",
"description": "朱琏针灸联盟数据系统", "description": "朱琏针灸数据系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

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

@ -11,7 +11,7 @@
<h3 class="title"> <h3 class="title">
登录到 登录到
<br /> <br />
朱琏针灸联盟数据系统 朱琏针灸数据系统
</h3> </h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input

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

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

2
acupuncture-后台/vue.config.js

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin"); 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; // 端口 const port = process.env.port || process.env.npm_config_port || 80; // 端口

BIN
acupuncture-后台/针灸-后台1.zip

Binary file not shown.
Loading…
Cancel
Save