【银保app】修路接口地址v1 增加首页背景图片

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-08 10:06:28 +08:00
parent 910acff083
commit 31d8afcc78
3 changed files with 193 additions and 187 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

View File

@@ -66,7 +66,8 @@ switch (process.env.VUE_APP_FLAG) {
REQ_PWD = '41424344454631323334353637383930' REQ_PWD = '41424344454631323334353637383930'
CACHE_ENCRYP = '41424344454631323334353637383930' CACHE_ENCRYP = '41424344454631323334353637383930'
// YB_APP = 'http://10.10.100.98:7001' // 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 API_VERSION = apiVersion
break break
case 'uat': case 'uat':

View File

@@ -1,5 +1,5 @@
<template> <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;"> <div class="head" style="margin: 10px;border-radius: 5px;">
<van-swipe :autoplay="3000" style="width: 100%; height: 200px"> <van-swipe :autoplay="3000" style="width: 100%; height: 200px">
<van-swipe-item v-for="(item, index) in activity" :key="index"> <van-swipe-item v-for="(item, index) in activity" :key="index">
@@ -404,6 +404,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.public_container{ .public_container{
font-size: 12px; font-size: 12px;
height: 100vh;
width: 100vw;
background-image: url("../../assets/YB_APP/images/2.png");
background-repeat: no-repeat;
background-size: contain;
} }
.head { .head {
height: 200px; height: 200px;