feat: 外部配置请求连接
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<title> </title>
|
||||
<link rel="preload" href="/loading.js" as="script">
|
||||
<script async src="/loading.js"></script>
|
||||
<link rel="preload" href="/config.js" as="script">
|
||||
<script async src="/config.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
(function () {
|
||||
// host = ip:prot
|
||||
const host = "192.168.12.12:3030";
|
||||
const host = "192.168.0.229:3186";
|
||||
|
||||
// 服务地址
|
||||
const baseUrl = `http://${host}`
|
||||
|
||||
Reference in New Issue
Block a user