fix
This commit is contained in:
@@ -24,6 +24,9 @@ const app = createApp(App);
|
||||
flexible()
|
||||
|
||||
import { getCookie, setCookie } from "@/tool/cookie";
|
||||
document.addEventListener('touchstart', function(event) {
|
||||
event.preventDefault(); // 阻止长按选中
|
||||
});
|
||||
let loadingParam = {
|
||||
loading: require('./assets/images/homePage/loading.gif'),
|
||||
attempt: 1
|
||||
|
||||
Reference in New Issue
Block a user