Spaces:
BG5
/
Running

BG5 commited on
Commit
87af27f
·
verified ·
1 Parent(s): 8def4de

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 'http://127.0.0.1:8000';
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() {