mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-24 13:05:02 +00:00
style: add some notes
This commit is contained in:
@@ -23,14 +23,20 @@
|
||||
name: 'App',
|
||||
components: { ConfigProvider },
|
||||
setup() {
|
||||
// Initialize application settings
|
||||
useInitAppConfigStore();
|
||||
// Initialize network monitoring
|
||||
useListenerNetWork();
|
||||
// Initialize breakpoint monitoring
|
||||
createBreakpointListen();
|
||||
// Get system configuration
|
||||
const { projectSetting } = useSetting();
|
||||
// Get ConfigProvider configuration
|
||||
const { transformCellText } = useConfigProvider();
|
||||
|
||||
let lockOn = {};
|
||||
if (projectSetting.lockTime) {
|
||||
// Monitor the mouse or keyboard time, used to recalculate the lock screen time
|
||||
const { on } = useLockPage();
|
||||
lockOn = on;
|
||||
}
|
||||
|
Reference in New Issue
Block a user