Przeglądaj źródła

Merge branch 'master' of https://git.nanodreamtech.com/Boss/yizhizan-h5

xxdezh 7 miesięcy temu
rodzic
commit
fe70028a88
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pages/index/index.vue

+ 2 - 2
pages/index/index.vue

@@ -1321,10 +1321,10 @@
 				}
 				this.$Request.getT('/app/postPush/getCompanyClassify', data).then(res => {
 					if (res.code == 0) {
-						let arr = [{
+						let arr = [/* {
 							projectName: '',
 							name: '全部',
-						}, ]
+						}, */]
 						res.data.map(item => {
 							let obj = {
 								projectName: item,