修改网页标题以及logo

dongdingding
许宏杰 2 years ago
parent 2e819a9221
commit bbbb887e42

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 太仓综治
VUE_APP_TITLE = 数据中台系统
# 开发环境配置
ENV = 'development'
# 太仓综治/开发环境
# 数据中台系统/开发环境
VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api'
# 路由懒加载

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 太仓综治
VUE_APP_TITLE = 数据中台系统
# 生产环境配置
ENV = 'production'
# 太仓综治/生产环境
# 数据中台系统/生产环境
VUE_APP_BASE_API = '/prod-api'

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 太仓综治
VUE_APP_TITLE = 数据中台系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 太仓综治/测试环境
# 数据中台系统/测试环境
VUE_APP_BASE_API = '/stage-api'

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.6",
"description": "太仓综治",
"description": "数据中台系统",
"author": "若依",
"license": "MIT",
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 22 KiB

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

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

Loading…
Cancel
Save