@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 朱琏针灸联盟数据系统
VUE_APP_TITLE = 朱琏针灸数据云系统
# 开发环境配置
ENV = 'development'
# 生产环境配置
NODE_ENV = 'production'
@ -28,3 +28,6 @@ npm run build:stage
# 构建生产环境
npm run build:prod
```
<!-- 系统名称 -->
<!-- 朱琏针灸联盟数据系统 -->
@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "朱琏针灸联盟数据系统",
"description": "朱琏针灸数据云系统",
"author": "若依",
"license": "MIT",
"scripts": {
@ -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" />
@ -11,7 +11,7 @@
<h3 class="title">
登录到
<br />
朱琏针灸联盟数据系统
朱琏针灸数据云系统
</h3>
<el-form-item prop="username">
<el-input
@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">朱琏针灸联盟数据系统</h3>
<h3 class="title">朱琏针灸数据云系统</h3>
v-model="registerForm.username"
@ -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; // 端口