mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-07 04:33:15 +08:00
chore: 移除开发环境的上传提示功能
该提示用于提醒从低版本升级到后端5.4.0+的用户执行升级SQL,现已不再需要。删除相关钩子函数及导入,简化应用初始化逻辑。
This commit is contained in:
@@ -8,7 +8,6 @@ import { App, ConfigProvider, theme } from 'antdv-next';
|
||||
|
||||
import { antdLocale } from '#/locales';
|
||||
|
||||
import { useUploadTip } from './upload-tip';
|
||||
import { PopupContext } from './utils/context';
|
||||
|
||||
defineOptions({ name: 'App' });
|
||||
@@ -31,8 +30,6 @@ const tokenTheme = computed(() => {
|
||||
token: tokens,
|
||||
};
|
||||
});
|
||||
|
||||
useUploadTip();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user