| | |
| | | res => { |
| | | this.loading = false; |
| | | this.fileDialogVisible = true; |
| | | this.fileContent = res.data.data.replace(/\n/g, '<br>'); |
| | | this.fileContent = res.data.data; |
| | | } |
| | | ); |
| | | }, |
| | |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | | <template> |
| | | <shemi v-if="isSM"></shemi> |
| | | <gongkong v-else></gongkong> |
| | | <!-- <shemi v-if="isSM"></shemi> |
| | | <gongkong v-else></gongkong> --> |
| | | <gongkong></gongkong> |
| | | </template> |
| | | <script> |
| | | import shemi from './shemi.vue' |
| | |
| | | if(res.data.data === "0") { |
| | | this.isSM = true; |
| | | }else { |
| | | this.getPre(); |
| | | // this.getPre(); |
| | | } |
| | | } |
| | | ); |