Loading

摘要: GET请求直接传数组给后端,格式会错误, 转换传参格式,JS中将数组变成字符串:数组[arr] + ’ ’ axios.get('/gateway/xxx', { params: { name: 'lvxiaobu', list: [1,2,3] + '', } }) 阅读全文
posted @ 2022-09-26 15:25 资深if-else侠 阅读(222) 评论(0) 推荐(0)
摘要: dialog <template> <div> <el-dialog title="切换考试" top="9vh" :modal="false" width="600px" :visible.sync="dialogVisible" @close="close" :append-to-body="t 阅读全文
posted @ 2022-09-26 14:33 资深if-else侠 阅读(456) 评论(0) 推荐(0)