瓶中沙 2024-10-24 11:12:13 +08:00
parent c5ee7b915c
commit baad64b4d6
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/favicon1.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
src/assets/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -2,7 +2,7 @@
<el-aside class="aside"> <el-aside class="aside">
<div class="head"> <div class="head">
<div> <div>
<img src="../assets/logo.png" alt="logo" /> <img src="../assets/logo2.png" alt="logo" />
<span>数据控制</span> <span>数据控制</span>
</div> </div>
</div> </div>

View File

@ -2,7 +2,7 @@
<div class="login-body"> <div class="login-body">
<div class="login-container"> <div class="login-container">
<div class="head"> <div class="head">
<img class="logo" src="../assets/logo.png" /> <img class="logo" src="../assets/logo2.png" />
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="left-bottom"></div> <div class="left-bottom"></div>

View File

@ -37,8 +37,8 @@ export default ({ mode }) => defineConfig({
'/api': { '/api': {
// target: 'http://cdcm_test_api.shikicc.com:58909', // target: 'http://cdcm_test_api.shikicc.com:58909',
// target: 'http://frp.shikicc.com:58951', // target: 'http://frp.shikicc.com:58951',
// target: 'https://cdcm_api2.shikicc.com', target: 'https://cdcm_api2.shikicc.com',
target: 'https://cdcm_api.shikicc.com', // target: 'https://cdcm_api.shikicc.com',
// target: 'http://localhost:8088', // target: 'http://localhost:8088',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '/api') rewrite: path => path.replace(/^\/api/, '/api')