|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // 预览 | 
|---|
|  |  |  | previewfnmb() { | 
|---|
|  |  |  | console.log(this.form.templateid,'this.form.templateid'); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | getTaskQuestioncomit(this.form.templateid).then((res) => { | 
|---|
|  |  |  | if (res.code == 200) { | 
|---|
|  |  |  | console.log(res, "预览数据"); | 
|---|
|  |  |  | this.objyl = res.data; | 
|---|
|  |  |  | console.log(this.objyl, "预览数据"); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (this.objyl.suitway) | 
|---|
|  |  |  | this.objyl.suitway = this.objyl.suitway.split(","); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | // detail: https://cli.vuejs.org/config/#devserver-proxy | 
|---|
|  |  |  | [process.env.VUE_APP_BASE_API]: { | 
|---|
|  |  |  | // target: `http://192.168.168.60:8095`, | 
|---|
|  |  |  | target: `http://192.168.144.34:8095`, | 
|---|
|  |  |  | // target: `http://192.168.144.34:8095`, | 
|---|
|  |  |  | // target: `http://192.168.100.121:8095`, | 
|---|
|  |  |  | // target:`http://localhost:8095`, | 
|---|
|  |  |  | target:`http://localhost:8095`, | 
|---|
|  |  |  | // target: `http://192.168.101.135:8095`, | 
|---|
|  |  |  | // target: `http://192.168.101.166:8093`, | 
|---|
|  |  |  | // target: `http://192.168.191.181:8095`, | 
|---|