Quellcode durchsuchen

更新 'main.py'

张辉 vor 1 Monat
Ursprung
Commit
d9dc67d316
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -19,7 +19,7 @@ app.add_middleware(
     allow_origins=[
         "http://localhost:5173",  # Vue 开发服务器
         "http://127.0.0.1:5173",  # Vue 开发服务器(另一个地址)
-        "http://47.105.23.25:5173",  # 局域网 Vue 地址
+        "http://47.22.23.25:5173",  # 局域网 Vue 地址
         "*",  # 允许所有来源(生产环境建议限制具体域名)
     ],
     allow_credentials=True,