mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 08:36:45 +08:00
【银保app】修路接口地址v1 增加首页背景图片
This commit is contained in:
BIN
src/assets/YB_APP/images/2.png
Normal file
BIN
src/assets/YB_APP/images/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 KiB |
@@ -66,7 +66,8 @@ switch (process.env.VUE_APP_FLAG) {
|
||||
REQ_PWD = '41424344454631323334353637383930'
|
||||
CACHE_ENCRYP = '41424344454631323334353637383930'
|
||||
// YB_APP = 'http://10.10.100.98:7001'
|
||||
YB_APP = 'https://iagentsales.e-guofu.com/api/' + apiVersion
|
||||
// YB_APP = 'https://iagentsales.e-guofu.com/api/' + apiVersion
|
||||
YB_APP = 'https://iagentsales-test2.e-guofu.com:5200/api/v1'
|
||||
API_VERSION = apiVersion
|
||||
break
|
||||
case 'uat':
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="public_container" :style="{marginTop:marginTop+'px'}">
|
||||
<div class="public_container" :style="{paddingTop:marginTop+'px'}">
|
||||
<div class="head" style="margin: 10px;border-radius: 5px;">
|
||||
<van-swipe :autoplay="3000" style="width: 100%; height: 200px">
|
||||
<van-swipe-item v-for="(item, index) in activity" :key="index">
|
||||
@@ -404,6 +404,11 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.public_container{
|
||||
font-size: 12px;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background-image: url("../../assets/YB_APP/images/2.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
.head {
|
||||
height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user