20241030-0000

This commit is contained in:
zjq
2024-10-30 18:07:43 +08:00
parent e5b185a0bc
commit be1cfbfe54
3 changed files with 11 additions and 5 deletions
+7 -2
View File
@@ -1,17 +1,18 @@
{
"name": "zjq",
"name": "shouquan",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zjq",
"name": "shouquan",
"version": "0.0.0",
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.7",
"core-js": "^3.37.1",
"roboto-fontface": "*",
"shouquan": "file:",
"vue": "^3.4.31",
"vuetify": "^3.6.11"
},
@@ -5105,6 +5106,10 @@
"node": ">=8"
}
},
"node_modules/shouquan": {
"resolved": "",
"link": true
},
"node_modules/side-channel": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
+1
View File
@@ -12,6 +12,7 @@
"axios": "^1.7.7",
"core-js": "^3.37.1",
"roboto-fontface": "*",
"shouquan": "file:",
"vue": "^3.4.31",
"vuetify": "^3.6.11"
},
+3 -3
View File
@@ -75,7 +75,7 @@ export default {
async navigateToDevice() {
if (this.isInRange && this.canAccess) {
this.$router.push('/true');
window.location.href = 'http://192.168.60.13:8088/';
} else {
this.$router.push('/false');
}
@@ -117,8 +117,8 @@ export default {
}
.loading-image {
width: 400px; /* Increase the size as needed */
height: 350px;
width: 250px; /* Increase the size as needed */
height: 250px;
margin-bottom: -50px; /* Space between image and text */
}