feat: 备用
This commit is contained in:
@ -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 {
|
||||
getItem
|
||||
} from "@/utils/storage";
|
||||
|
||||
@ -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 {
|
||||
getItem
|
||||
} from "@/utils/storage";
|
||||
|
||||
Reference in New Issue
Block a user