This commit is contained in:
KangKang0928 2024-08-13 00:54:40 +08:00
parent 2184af66c9
commit 3d36f659b8
6 changed files with 2 additions and 10 deletions

View File

@ -13,10 +13,7 @@
window.SITE_CONFIG = {};
// 在线api接口请求地址
window.SITE_CONFIG['baseUrl'] ="http://yr.dddd.zone:9001/"
window.SITE_CONFIG['baseUrl_USER'] ="http://api-red.yingruikeji.cn/red-user/red-memory-user"
// 在线api接口请求地址
window.SITE_CONFIG['baseUrlComment'] = 'http://123.60.109.11:8081/red-memory-user';
window.SITE_CONFIG['baseUrl'] ="http://admin-test.damajishi.cn:8899"
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 569 KiB

View File

@ -8,11 +8,6 @@
-->
<template>
<div class="mod-home">
<el-carousel :interval="5000" arrow="always">
<el-carousel-item v-for="item in 4" :key="item">
</el-carousel-item>
</el-carousel>
<img style="width:100%" src="../../assets/img/mock1.jpg">
</div>
</template>

View File

@ -276,7 +276,7 @@ export default {
width: 100%;
height: 100%;
content: "";
background-image: url(~@/assets/img/login_bg2.jpg);
background-image: url(~@/assets/img/login_bg.jpg);
background-size: cover;
}