chenrui  1 year ago
parent
commit
6b3f588e73

+ 1 - 1
pages/index/index.vue

@@ -57,7 +57,7 @@
 				intentServer:null,
 				arr: [],
 				navname: '首页',
-				icon: require("~@/static/beijing.png")  
+				icon: 'static/beijing.png'
 			}
 		},
 		created(option) {

+ 2 - 2
pages/login/index.vue

@@ -8,11 +8,11 @@
 		<view class="form">
 			<view class="inputWrapper">
 				<view class="log"></view>
-				<input  class="input"  name="yonghuming"  type="text" value=""  placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入登录账号" @blur="spggBlur"/>			
+				<input  class="input"  name="yonghuming"  type="text" value=""  placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入登录账号"/>			
 			</view>
 			<view class="inputWrapper">
 				<view class="pass"></view>
-				<input  class="input"  name="mima"  type="password" value="" placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入密码" @blur="spggBlur1"/>
+				<input  class="input"  name="mima"  type="password" value="" placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入密码"/>
 			</view>
 			
 			

+ 4 - 4
pages/mypage/index.vue

@@ -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>

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 17 - 85
unpackage/dist/dev/app-plus/app-view.js


Some files were not shown because too many files changed in this diff