This commit is contained in:
PQZ 2024-08-08 20:01:17 +08:00
parent 18c84d27ca
commit 40cd85f233

View File

@ -11,7 +11,7 @@ export default {
components: { iFrame }, components: { iFrame },
data() { data() {
return { return {
url: 'http://127.0.0.1:3000', url: 'http://192.168.1.17:3000',
}; };
}, },
}; };