mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 15:48:47 +08:00
feat:mobile view update
This commit is contained in:
@@ -26,7 +26,6 @@ app.mount("#app");
|
||||
|
||||
const setRootFontSize = () => {
|
||||
const isMobile = isMobileDevice();
|
||||
console.log(isMobile);
|
||||
if (!isMobile) {
|
||||
return;
|
||||
} // PC端不干预
|
||||
|
||||
Reference in New Issue
Block a user