新增跨仓查询支持

This commit is contained in:
gotoeasy 2023-11-06 09:14:44 +08:00
parent 96eaee5a87
commit 007d7a2881

View File

@ -78,7 +78,6 @@
<script setup>
import { useEmitter, usePageMainHooks, useTabsState } from "~/pkgs";
import { userLogout } from "~/api";
import { $msg } from "~/pkgs/index-pkgs";
const tabsState = useTabsState();
const emitter = useEmitter(tabsState.activePath);