|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
- <img src="~@/static/beijing.png" alt="" class="tuku">
|
|
|
+ <img src="static/beijing.png" alt="" class="tuku">
|
|
|
<Nav :navname.sync="navname" :navtype="false" :navtypes="true"></Nav>
|
|
|
<view class="cont">
|
|
|
<view class="photograph" @tap="upindiv">
|
|
|
- <img src="~@/static/shuai.png" alt="">
|
|
|
+ <img src="static/shuai.png" alt="">
|
|
|
</view>
|
|
|
<view class="details">
|
|
|
<p>Admin</p>
|
|
@@ -60,7 +60,7 @@
|
|
|
<li v-for="(item, index) in list" :key="index" @tap="()=>selectup(index)">
|
|
|
<p>{{item.name}}</p>
|
|
|
<view class="start" v-if="action === index ? true: false">
|
|
|
- <img src="~@/static/gou.png" alt="">
|
|
|
+ <img src="static/gou.png" alt="">
|
|
|
</view>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -77,7 +77,7 @@
|
|
|
<li v-for="(item, index) in lists" :key="index" @tap="()=>selectup(index)">
|
|
|
<p>{{item.name}}</p>
|
|
|
<view class="start" v-if="action === index ? true: false">
|
|
|
- <img src="~@/static/gou.png" alt="">
|
|
|
+ <img src="static/gou.png" alt="">
|
|
|
</view>
|
|
|
</li>
|
|
|
</ul>
|