Commit c145e81b by linjinhong

提交环境修改测试

parent 53cd059f
{ {
"apiApiHost":"http://10.168.31.142:8060/api", "apiApiHost":"http://10.168.1.212:8060/api",
"fileApiUrl":"http://10.168.31.142:80/upload/factory", "fileApiUrl":"http://10.168.1.212:80/upload/factory",
"visionUrl":"https://console.jomalls.com" "visionUrl":"https://console.jomalls.com"
} }
...@@ -659,6 +659,7 @@ export default { ...@@ -659,6 +659,7 @@ export default {
}, },
async cutImgFn() { async cutImgFn() {
if (!this.checkList?.length) return;
try { try {
const processQueue = await Promise.all( const processQueue = await Promise.all(
this.checkList.map(async (el) => { this.checkList.map(async (el) => {
......
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