This commit is contained in:
PQZ 2025-11-25 11:13:22 +08:00
parent f88d13a0e9
commit 51ff92f45a
8 changed files with 11 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 成事达客户管理平台
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# 成事达客户管理平台/开发环境
VUE_APP_BASE_API = 'http://127.0.0.1:8099'
# 路由懒加载

View File

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 通告快接管理后
VUE_APP_TITLE = 成事达客户管理平
# 生产环境配置
ENV = 'production'
# 通告快接管理后台/生产环境
# 成事达客户管理平台/生产环境
VUE_APP_BASE_API = 'https://www.ddtg.site/noticeApi'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 成事达客户管理平台
BABEL_ENV = production
@ -8,5 +8,5 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# 成事达客户管理平台/测试环境
VUE_APP_BASE_API = '/stage-api'

View File

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "通告快接管理后台",
"description": "成事达客户管理平台",
"author": "若依",
"license": "MIT",
"scripts": {

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container home" style="padding-top: 20%">
<div> 欢迎进入通告快接管理后</div>
<div> 欢迎进入成事达客户管理平</div>
</div>
</template>

View File

@ -6,7 +6,7 @@
</div>
<div class="right-box">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">通告快接管理后</h3>
<h3 class="title">成事达客户管理平</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

View File

@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">通告快接管理后</h3>
<h3 class="title">成事达客户管理平</h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

View File

@ -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 // 端口