Merge pull request '更新' (#431) from projects/zg-zwq into projects/zg-test

Reviewed-on: #431
This commit is contained in:
朱文强 2025-04-29 13:46:24 +08:00
commit e93e7d530d
5 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
###
# @Author: Do not edit
# @Date: 2023-08-29 09:40:39
# @LastEditTime: 2024-12-18 09:02:56
# @LastEditTime: 2025-03-05 16:46:35
# @LastEditors: zwq
# @Description:
###
@ -17,6 +17,9 @@ VUE_APP_TITLE = 成本管理系统
VUE_APP_BASE_API = 'http://100.64.0.45:48080'
# VUE_APP_BASE_API = 'http://172.16.33.10:48080'
# ws地址
VUE_APP_WS_API = 'ws://100.64.0.45:48080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -2,7 +2,7 @@
# @Author: zwq
# @Date: 2024-03-27 15:49:55
# @LastEditors: zwq
# @LastEditTime: 2024-09-10 15:19:19
# @LastEditTime: 2025-03-05 16:30:45
# @Description:
###
# 生产环境配置
@ -20,6 +20,9 @@ VUE_APP_BASE_API = ''
# PUBLIC_PATH = 'http://192.168.0.33:8888/'
PUBLIC_PATH = ''
# ws地址
WSURL = '100.64.0.45:48080'
# 二级部署路径
VUE_APP_APP_NAME ='yudao-admin'

View File

@ -67,7 +67,7 @@ export default {
},
data() {
return {
title: '中建材智能化院',
title: '中建材自贡新能源',
logo: logoImg,
};
},

View File

@ -64,7 +64,7 @@
<div class="field">
<!-- [移动端]标题 -->
<h2 class="mobile-title">
<h3 class="title">中建材智能自动化研究院有限公司</h3>
<h3 class="title">中建材自贡新能源有限公司</h3>
</h2>
<h2 class="pc-title" style="">
<h3
@ -89,7 +89,7 @@
top: 12px;
right: 8px;
" />
<span>中建材智能自动化研究院有限公司</span>
<span>中建材自贡新能源有限公司</span>
</h3>
<h3
class="sub-title"

View File

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