moliparty-prod url

This commit is contained in:
khalil
2025-07-23 10:39:11 +08:00
parent 4fbdccdd21
commit b44631d422
4 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
VUE_APP_API_BASE_URL=http://admin.web.epartylive.com VUE_APP_API_BASE_URL=http://admin.web.moliparty.com
VUE_APP_DEBUG_MODE=false VUE_APP_DEBUG_MODE=false

View File

@@ -6,7 +6,7 @@
<!-- mini logo for sidebar mini 50x50 pixels --> <!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>M</b>S</span> <span class="logo-mini"><b>M</b>S</span>
<!-- logo for regular state and mobile devices --> <!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>e-party</b>管理系统</span> <span class="logo-lg"><b>MoliParty</b>管理系统</span>
</a> </a>
<!-- Header Navbar: style can be found in header.less --> <!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation"> <nav class="navbar navbar-static-top" role="navigation">

View File

@@ -4,7 +4,7 @@
:style="[smsSwitch ? 'height: 350px' : '']"> :style="[smsSwitch ? 'height: 350px' : '']">
<div class="login_box"> <div class="login_box">
<div class="login_logo"> <div class="login_logo">
<span style="font-size:24px;color:#222;font-weight:bold;">&nbsp;&nbsp;E-Party&nbsp;&nbsp;&nbsp;&nbsp;</span> <span style="font-size:24px;color:#222;font-weight:bold;">&nbsp;&nbsp;MoliParty&nbsp;&nbsp;&nbsp;&nbsp;</span>
</div> </div>
<div class="login_form"> <div class="login_form">
<form id="loginForm" <form id="loginForm"

View File

@@ -19,7 +19,7 @@ module.exports = defineConfig({
config config
.plugin('html') // 配置 html-webpack-plugin 插件 .plugin('html') // 配置 html-webpack-plugin 插件
.tap(args => { .tap(args => {
args[0].title = 'E-Party管理后台' // 设置网页标题 args[0].title = 'MoliParty管理后台' // 设置网页标题
return args return args
}) })
}, },