This commit is contained in:
parent
f49cba5e36
commit
578fc9feba
|
@ -163,13 +163,6 @@ const clickMenu = ({isOuter, path, disabled}) =>{
|
|||
// 弹窗
|
||||
if(isOuter){
|
||||
let configObj = outLink().getBaseData()
|
||||
console.log(configObj,'????????????????????????????')
|
||||
//----- 测试使用
|
||||
configObj.fullPath = 'https://192.168.2.120:7860/'
|
||||
configObj.data.domain = '192.168.2.120'
|
||||
configObj.data.url = 'http://192.168.2.120:7860/'
|
||||
console.log(configObj,'?????测试地址???????????????????????')
|
||||
//-------
|
||||
let fullPath = configObj.fullPath + path
|
||||
fullPath = fullPath.replaceAll('//', '/')
|
||||
// 通知主进程
|
||||
|
|
Loading…
Reference in New Issue