Commit 8dae2fff authored by linxin's avatar linxin

add

parent c97855ec
...@@ -525,10 +525,8 @@ export default { ...@@ -525,10 +525,8 @@ export default {
listTemp.forEach((item, index) => { listTemp.forEach((item, index) => {
vm.load_picture(item.check_id, index, item.cdd_item) vm.load_picture(item.check_id, index, item.cdd_item)
if (index === listTemp.length - 1) { if (index === listTemp.length - 1) {
debugger
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
} }
console.log(index, listTemp.length - 1)
}) })
} }
}) })
......
...@@ -105,7 +105,7 @@ axios.interceptors.response.use(response => { ...@@ -105,7 +105,7 @@ axios.interceptors.response.use(response => {
return Promise.resolve(err) return Promise.resolve(err)
}) })
axios.defaults.baseURL = '' axios.defaults.baseURL = ''
axios.defaults.timeout = 100000 axios.defaults.timeout = 1000000
// get请求 // get请求
export function get (url) { export function get (url) {
let param = {} let param = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment