|
@@ -24,6 +24,13 @@
|
|
|
>最小化</qm-button
|
|
|
>
|
|
|
<qm-button
|
|
|
+ type="text"
|
|
|
+ :icon="h(CloseOutlined)"
|
|
|
+ class="m-l-6px"
|
|
|
+ @click="closeApp"
|
|
|
+ >关闭</qm-button
|
|
|
+ >
|
|
|
+ <!-- <qm-button
|
|
|
v-if="isIndexPage"
|
|
|
type="text"
|
|
|
:icon="h(LogoutOutlined)"
|
|
@@ -38,7 +45,7 @@
|
|
|
class="m-l-6px"
|
|
|
@click="backToIndexPage"
|
|
|
>返回首页</qm-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="radius-wrap">
|
|
@@ -59,8 +66,10 @@ import {
|
|
|
MinusOutlined,
|
|
|
LogoutOutlined,
|
|
|
HomeOutlined,
|
|
|
+ CloseOutlined,
|
|
|
} from "@ant-design/icons-vue";
|
|
|
import { useUserStore } from "@/store";
|
|
|
+import { closeApp } from "@/utils";
|
|
|
|
|
|
const userStore = useUserStore();
|
|
|
const route = useRoute();
|