系统名称

This commit is contained in:
zzyuan 2026-01-30 16:38:58 +08:00
parent e674e1a441
commit f96a36612e
8 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 公职人员照管理系统
VUE_APP_TITLE = 公职人员照管理系统
# 开发环境配置
ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 公职人员照管理系统
VUE_APP_TITLE = 公职人员照管理系统
# 生产环境配置
ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 公职人员照管理系统
VUE_APP_TITLE = 公职人员照管理系统
NODE_ENV = production

View File

@ -1,7 +1,7 @@
{
"name": "bonus",
"version": "3.6.4",
"description": "公职人员照管理系统",
"description": "公职人员照管理系统",
"author": "博诺思",
"license": "MIT",
"scripts": {

View File

@ -2,7 +2,7 @@
<div class="app-container home">
<el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>公职人员照管理系统</h2>
<h2>公职人员照管理系统</h2>
<p>
<b>当前版本:</b> <span>v{{ version }}</span>
</p>

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

@ -2,7 +2,7 @@
<div class="container">
<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="nickName">
<el-input v-model="registerForm.nickName" type="text" auto-complete="off" placeholder="请输入姓名">

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 // 端口
@ -39,8 +39,8 @@ module.exports = {
// target: `http://127.0.0.1:48380`,//测试
// target: `http://192.168.2.108:48380`,//测试
// target: `http://192.168.137.1:48380`,//测试
target: `http://192.168.1.101:48380`,//测试
// target: `http://192.168.0.14:48380`,//
// target: `http://192.168.1.115:48380`,//测试
target: `http://192.168.0.14:48380`,//
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '',