fz před 2 roky
rodič
revize
71c6c030ee
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2
    2
      pages/handlecase/index.vue
  2. 1
    1
      pages/im/index.vue

+ 2
- 2
pages/handlecase/index.vue Zobrazit soubor

90
 					return
90
 					return
91
 				}
91
 				}
92
 				let obj = {
92
 				let obj = {
93
-					identityNum:"3333",
93
+					identityNum:"610425199505171615",
94
 					pageNum:this.pageNum,
94
 					pageNum:this.pageNum,
95
 					pageSize:this.pageSize
95
 					pageSize:this.pageSize
96
 				}
96
 				}
101
 		},
101
 		},
102
 		onLoad(){
102
 		onLoad(){
103
 			let obj = {
103
 			let obj = {
104
-				identityNum:"3333",
104
+				identityNum:"610425199505171615",
105
 				pageNum:this.pageNum,
105
 				pageNum:this.pageNum,
106
 				pageSize:this.pageSize
106
 				pageSize:this.pageSize
107
 			}
107
 			}

+ 1
- 1
pages/im/index.vue Zobrazit soubor

13
 		},
13
 		},
14
 		onLoad: function() {
14
 		onLoad: function() {
15
 			this.name = this.$store.state.user.name;
15
 			this.name = this.$store.state.user.name;
16
-			this.sendImg = `http://47.97.117.253:9005/#/home?name=${this.name}`
16
+			this.sendImg = `https://txroom.xayunmei.com/`
17
 		},
17
 		},
18
 
18
 
19
 	}
19
 	}