Browse Source

404异常处理

czl 6 months ago
parent
commit
86584bca97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/common/pharmacy-com.js

+ 1 - 1
src/main/resources/static/js/common/pharmacy-com.js

@@ -648,7 +648,7 @@ function request(config) {
                 });
                 reject(err)
             }
-        });
+        };
     }))
 
 }