generated from VLADIMIR/template_frontend
add net
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, nextTick, watch, onMounted } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import { host } from './net';
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
const host = "http://192.168.0.110:8090"
|
||||
|
||||
type Application = {
|
||||
name: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user