347617796@qq.com 3 年之前
父节点
当前提交
dcf0cf9c4b
共有 5 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      src/assets/image/app1.png
  2. 二进制
      src/assets/image/test.jpg
  3. 二进制
      src/assets/image/testPc.jpg
  4. 1 1
      src/hint.vue
  5. 1 1
      src/views/set/framework.vue

+ 0 - 0
src/assets/image/APP.png → src/assets/image/app1.png


二进制
src/assets/image/test.jpg


二进制
src/assets/image/testPc.jpg


+ 1 - 1
src/hint.vue

@@ -3,7 +3,7 @@
 		<div @click="init()">
 			<img src="./assets/image/pc.png" style="width:100%;height:auto" v-if="type == 'PC'" />
 			<div class="app" v-else :style="{ width: width }">
-				<img src="./assets/image/app.png" :style="{ width: width, height: 'auto' }" />
+				<img src="./assets/image/app1.png" :style="{ width: width, height: 'auto' }" />
 			</div>
 		</div>
 	</div>

+ 1 - 1
src/views/set/framework.vue

@@ -448,7 +448,7 @@ export default {
 					} else {
 						this.$message.success({ message: res.data.msg });
 					}
-					this.page=1;
+					// this.page=1;
 					this.getEmployee();
 				}
 			});