zhaojs
2023-06-10 c71b7373cd70e2ddcce9c2e2b78d5d273b0ac329
no message
已修改3个文件
9 ■■■■■ 文件已修改
uniapp/components/indexPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/utils/config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/indexPage.vue
@@ -67,7 +67,7 @@
                        <!--左轮播,右两行-->
                        <view class="centerflex f_contant">
                            <view class="f_centerSwiper-container swiper-box swiper-item f_left">
                                <swiper class="swiper-box" :autoplay="true" :interval="3000" :duration="300" circular>
                                <swiper class="swiper-box" :autoplay="true" :interval="3000" :duration="300" :indicator-active-color="'#fff'" :indicator-dots="true" circular>
                                    <swiper-item v-for="(items,index) in popBannerSList" :key='index'>
                                        <view class="swiper-item defIcon" @click="goUrl(items)">
                                            <image :src="items.image" mode="aspectFit"></image>
uniapp/manifest.json
@@ -2,8 +2,8 @@
    "name" : "大返官",
    "appid" : "__UNI__FC8858A",
    "description" : "大返官app",
    "versionName" : "1.1.2",
    "versionCode" : 112,
    "versionName" : "1.1.3",
    "versionCode" : 113,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
uniapp/utils/config.js
@@ -1,5 +1,6 @@
//const httpUrl = ""; // 接口域名
const httpUrl = "http://appapitest.ushopvip.com"; // 接口域名
//const httpUrl = "http://appapitest.ushopvip.com"; // 测试环境接口域名
const httpUrl = "http://dfgapp.ushopvip.com"; // 生产环境接口域名
const salt = ""; 
export default {
    httpUrl:httpUrl,