export function getEditorJumpUrl () { // let url = 'http://localhost:8080' let url ="http://106.15.206.14:8089";//测试服务器 // let url ="http://192.168.1.158:8089";//森宇服务器 // let url ="http://192.168.1.157:8089";//森宇服务器 return url } export function getProjctManageUrl(){ // let url="http://localhost:4200/#"; let url="http://106.15.206.14:8085/#"; return url; }