feat: 备用

This commit is contained in:
2025-12-18 17:18:53 +08:00
parent c4f051d82c
commit 5a42ab322f
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,8 @@
const url = "ws://80.155.0.82:8006/mosty-api/mosty-websocket/socket/"; //线上 let url = "ws://80.155.0.82:8006/mosty-api/mosty-websocket/socket/"; //线上
if(process.env.NODE_ENV === 'development') {
url = "ws://47.108.232.77:9537/mosty-api/mosty-websocket/socket/"; //本地
}
import { import {
getItem getItem
} from "@/utils/storage"; } from "@/utils/storage";

View File

@ -1,4 +1,8 @@
const url = "ws://89.40.9.89:2109/mosty-api/mosty-websocket/socket/"; //线上 let url = "ws://89.40.9.89:2109/mosty-api/mosty-websocket/socket/"; //线上
if(process.env.NODE_ENV === 'development') {
url = "ws://47.108.232.77:9537/mosty-api/mosty-websocket/socket/"; //本地
}
import { import {
getItem getItem
} from "@/utils/storage"; } from "@/utils/storage";