import os from 'os'
const port = 81
const hostname = os.hostname()
const host = {
'LAPTOP-4KDIA4A3': 'http://localhost',
iZ6ilh61jzkvrhZ: 'http://39.97.238.175',
}[hostname]
const baseURL = `${host}:${port}`
node获取主机名
阅读 44
2022-07-01
import os from 'os'
const port = 81
const hostname = os.hostname()
const host = {
'LAPTOP-4KDIA4A3': 'http://localhost',
iZ6ilh61jzkvrhZ: 'http://39.97.238.175',
}[hostname]
const baseURL = `${host}:${port}`
相关推荐
精彩评论(0)