Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/5edc348bbb04bbc2b7094e0d77b174df76ddc921?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

试题导入非空判断

pg_adapter
dshclm 9 months ago
parent f424b2ff00
commit 5edc348bbb

@ -112,6 +112,13 @@
this.fileList = e.target.files
},
save(){
if(this.fileList.length === 0){
this.$message({
message: '请先选择文件!',
type: 'warning'
})
return false
}
let that = this
this.importExcel(this.fileList[0]).then((res)=>{
console.log(res)

Loading…
Cancel
Save