fix: 更新开发和生产环境中的API URL,确保正确连接
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VITE_API_URL=http://192.168.1.17:9528
|
||||
VITE_API_URL=http://192.168.1.7:9528
|
||||
VITE_TRADINGVIEW_LIBRARY_URL=https://dev.riwsan1.com
|
||||
# VITE_TRADINGVIEW_DATA_API_URL=https://demo-feed-data.tradingview.com
|
||||
@@ -1,3 +1,3 @@
|
||||
VITE_API_URL=http://192.168.1.6:9527
|
||||
VITE_API_URL=http://192.168.1.7:9527
|
||||
VITE_TRADINGVIEW_LIBRARY_URL=https://dev.riwsan1.com
|
||||
# VITE_TRADINGVIEW_DATA_API_URL=https://demo-feed-data.tradingview.com
|
||||
@@ -1,6 +1,5 @@
|
||||
<script lang='ts' setup>
|
||||
import { useQRCode } from "@vueuse/integrations/useQRCode";
|
||||
import { copyOutline, qrCodeOutline, shareOutline } from "ionicons/icons";
|
||||
import MaterialSymbolsDownload from "~icons/material-symbols/download";
|
||||
import MaterialSymbolsUpload from "~icons/material-symbols/upload";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user