图片路径修正;appid更换

main
zhangqun 2 years ago
parent fc152e0933
commit 9378c61678
  1. 2
      manifest.json
  2. 2
      pages/home/home.vue
  3. 2
      pages/home/index.vue
  4. 4
      pages/login/login.vue

@ -103,7 +103,7 @@
},
/* */
"mp-weixin" : {
"appid" : "wxa1cd9ac0e56393db",
"appid" : "wx97891a799e60ab78",
"setting" : {
"urlCheck" : false,
"minified" : true,

@ -2,7 +2,7 @@
<view class="home_warp">
<view class="home_box">
<view @click="goPage(item)" class="home_item" v-for="(item, index) in routeData" :index="index" :key="index">
<image :src="imgFix + item.name + '.png'" class="img"></image>
<image :src="imgFix + item.name.replace('/','') + '.png'" class="img"></image>
<view class="txt">{{item.meta.title}}</view>
</view>
</view>

@ -5,7 +5,7 @@
退出
</view>
<view style="text-align: center;">
<image v-if="routersData.name" :src="'../../static/image/' + routersData.name + '01.png'" class="highway_logo"></image>
<image v-if="routersData.name" :src="'../../static/image/' + routersData.name.replace('/','') + '01.png'" class="highway_logo"></image>
<view class="home_title">{{routersData.meta.title}}</view>
</view>
<view class="act_wrap" v-for="(item,index) in routersData.children" :key="index">

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save