Browse Source

增加返回逻辑

黄琪勇 5 months ago
parent
commit
23706cebac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/page-instrument/header-top/index.tsx

+ 1 - 0
src/page-instrument/header-top/index.tsx

@@ -510,6 +510,7 @@ export default defineComponent({
       HANDLE_WORK_ADD();
       // 不在APP中,
       if (!storeData.isApp) {
+        api_back();
         window.close();
         return;
       }