20241030-0000
This commit is contained in:
Generated
+7
-2
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user