refactor(移动端): 修改未开启移动端访问时的错误提示 #16514

This commit is contained in:
xuwei-fit2cloud
2025-07-17 18:32:36 +08:00
committed by GitHub
parent b669cb7033
commit 774f78b35e

View File

@@ -1,5 +1,5 @@
<template>
<div class="not-support">仪表板未开启移动端因此无法正常展示</div>
<div class="not-support">仪表板未开启移动端无法在移动端展示</div>
</template>
<style lang="less" scoped>