|
|
@@ -113,10 +113,9 @@ const generateCatalog = async () => {
|
|
|
return
|
|
|
}
|
|
|
console.log('生成报价图册结果', productResult.url)
|
|
|
- await router.push({"path": "/external","query":{"url":productResult.url}})
|
|
|
+ await router.push({path: "/external",query:{"url":productResult.url}})
|
|
|
}catch (error) {
|
|
|
- console.error("获取应用参数失败:", error)
|
|
|
- return null
|
|
|
+ console.error("生成报价图册结果异常:", error)
|
|
|
}finally {
|
|
|
loading.close()
|
|
|
}
|
|
|
@@ -133,7 +132,6 @@ const fetchOutPut = async () => {
|
|
|
// 例如:username.value = result.username
|
|
|
} catch (error) {
|
|
|
console.error("获取应用参数失败:", error)
|
|
|
- return null
|
|
|
}finally {
|
|
|
loading.close()
|
|
|
}
|