Commit f2535ee4 authored by lijiongliang's avatar lijiongliang

接口修改

parent 681485b2
......@@ -358,7 +358,7 @@ export default {
isFactory:false,
}).then(res => {
if (res.data.code == 200) {
let data = res.data.data
let data = res.data.data || {}
try{
let str = data.s3.padStart(8,0)
let ivs = data.s3
......
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