Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -688,7 +688,7 @@
|
|
688 |
const { createApp, ref, reactive, onMounted, computed, nextTick, watch, onUnmounted } = Vue;
|
689 |
|
690 |
// 后端API基础URL
|
691 |
-
const API_BASE_URL = '
|
692 |
|
693 |
const app = createApp({
|
694 |
setup() {
|
|
|
688 |
const { createApp, ref, reactive, onMounted, computed, nextTick, watch, onUnmounted } = Vue;
|
689 |
|
690 |
// 后端API基础URL
|
691 |
+
const API_BASE_URL = 'https://168.fucku.tech';
|
692 |
|
693 |
const app = createApp({
|
694 |
setup() {
|