mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-19 11:47:16 +00:00
增加订单超时系统配置,WebFooter 增加公安备案号
This commit is contained in:
@@ -33,11 +33,14 @@
|
||||
<login-dialog :show="true" @success="handleLoginSuccess" ref="loginDialogRef" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer-bar />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import FooterBar from '@/components/FooterBar.vue'
|
||||
import LoginDialog from '@/components/LoginDialog.vue'
|
||||
import { setUserToken } from '@/store/session'
|
||||
import { isMobile } from '@/utils/libs'
|
||||
|
||||
Reference in New Issue
Block a user