123
parent
c5ee7b915c
commit
baad64b4d6
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -2,7 +2,7 @@
|
|||
<el-aside class="aside">
|
||||
<div class="head">
|
||||
<div>
|
||||
<img src="../assets/logo.png" alt="logo" />
|
||||
<img src="../assets/logo2.png" alt="logo" />
|
||||
<span>数据控制</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="login-body">
|
||||
<div class="login-container">
|
||||
<div class="head">
|
||||
<img class="logo" src="../assets/logo.png" />
|
||||
<img class="logo" src="../assets/logo2.png" />
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="left-bottom"></div>
|
||||
|
|
|
@ -37,8 +37,8 @@ export default ({ mode }) => defineConfig({
|
|||
'/api': {
|
||||
// target: 'http://cdcm_test_api.shikicc.com:58909',
|
||||
// target: 'http://frp.shikicc.com:58951',
|
||||
// target: 'https://cdcm_api2.shikicc.com',
|
||||
target: 'https://cdcm_api.shikicc.com',
|
||||
target: 'https://cdcm_api2.shikicc.com',
|
||||
// target: 'https://cdcm_api.shikicc.com',
|
||||
// target: 'http://localhost:8088',
|
||||
changeOrigin: true,
|
||||
rewrite: path => path.replace(/^\/api/, '/api')
|
||||
|
|
Loading…
Reference in New Issue