修改标题

main
吕天方 2 months ago
parent aeff9fd296
commit 82186ebc64

@ -1,12 +1,12 @@
# 页面标题
VUE_APP_TITLE = 太仓市网络资产核查管理系统
VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.0.112:9115'
# VUE_APP_BASE_API = 'http://39.101.188.84:9115'
# VUE_APP_BASE_API = 'http://192.168.0.112:9115'
VUE_APP_BASE_API = 'http://39.101.188.84:9115'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

@ -1,9 +1,9 @@
# 页面标题
VUE_APP_TITLE = 太仓市网络资产核查管理系统
VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://39.101.188.84:9115'
# VUE_APP_BASE_API = 'http://20.1.0.164/api'
# VUE_APP_BASE_API = 'http://39.101.188.84:9115'
VUE_APP_BASE_API = 'http://20.1.0.164/api'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 太仓市网络资产核查管理系统
VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统
NODE_ENV = production

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.8",
"description": "太仓市网络资产核查管理系统",
"description": "太仓市网络和数据资产采集管理系统",
"author": "若依",
"license": "MIT",
"scripts": {

@ -57,7 +57,7 @@
.sever-TITLE {
text-align: center;
font-family: Alimama ShuHeiTi;
font-weight: bold;
// font-weight: bold;
font-size: 20px;
color: #FFFFFF;
line-height: 30px;

@ -1,7 +1,7 @@
<template>
<div :class="{'has-logo':showLogo}" :style="{ backgroundColor: settings.sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<!-- :collapse="isCollapse" -->
<div class="sever-TITLE">太仓市网络资产核查管理系统</div>
<div class="sever-TITLE">太仓市网络和数据资产采集管理系统</div>
<el-scrollbar :class="settings.sideTheme" wrap-class="scrollbar-wrapper">
<!-- :collapse="isCollapse" -->
<el-menu

@ -1,7 +1,7 @@
<template>
<div class="login">
<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"
@ -192,9 +192,9 @@ export default {
.title {
margin: 0px auto 30px auto;
text-align: center;
text-wrap: nowrap;
// text-wrap: nowrap;
font-family: Alimama ShuHeiTi;
font-weight: bold;
// font-weight: bold;
font-size: 24px;
color: #192734;
}

@ -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" />

@ -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 // 端口
@ -18,8 +18,8 @@ module.exports = {
// 部署生产环境和开发环境下的URL。
// 默认情况下Vue CLI 会假设你的应用是被部署在一个域名的根路径上
// 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
publicPath: process.env.NODE_ENV === "production" ? "/demo/TcAssetVerificationPc" : "/",
// publicPath: process.env.NODE_ENV === "production" ? "./" : "/",
// publicPath: process.env.NODE_ENV === "production" ? "/demo/TcAssetVerificationPc" : "/",
publicPath: process.env.NODE_ENV === "production" ? "./" : "/",
// 在npm run build 或 yarn build 时 生成文件的目录名称要和baseUrl的生产环境路径一致默认dist
outputDir: 'dist',
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)

Loading…
Cancel
Save