guhongwei 2 years ago
parent
commit
c1eb0ae7e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/dir/index.vue

+ 1 - 1
pages/dir/index.vue

@@ -36,7 +36,7 @@
 				let res = await that.$api(`/dir`, 'GET');
 				if (res.errcode == '0') {
 					console.log(res);
-					// that.$set(that, `list`, res.data)
+					// that.$set(that, `list`, res.data)  
 				}
 			},
 		}