Merge branch 'projects/zg-test' into projects/zg-zjl

This commit is contained in:
朱菊兰 2025-04-29 13:52:52 +08:00
commit 67e3b08c82
5 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
### ###
# @Author: Do not edit # @Author: Do not edit
# @Date: 2023-08-29 09:40:39 # @Date: 2023-08-29 09:40:39
# @LastEditTime: 2024-12-18 09:02:56 # @LastEditTime: 2025-03-05 16:46:35
# @LastEditors: zwq # @LastEditors: zwq
# @Description: # @Description:
### ###
@ -17,6 +17,9 @@ VUE_APP_TITLE = 成本管理系统
VUE_APP_BASE_API = 'http://100.64.0.45:48080' VUE_APP_BASE_API = 'http://100.64.0.45:48080'
# VUE_APP_BASE_API = 'http://172.16.33.10: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 VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口