|
@@ -17,7 +17,7 @@ export function getUrlHref() {
|
|
|
// let comProtocolUrl = window.location.protocol // 协议
|
|
// let comProtocolUrl = window.location.protocol // 协议
|
|
|
// let comHostUrl = window.location.host // 主机
|
|
// let comHostUrl = window.location.host // 主机
|
|
|
// let url = comProtocolUrl + '//' + comHostUrl
|
|
// let url = comProtocolUrl + '//' + comHostUrl
|
|
|
- // url = 'http://dev.meijiabang.com'
|
|
|
|
|
|
|
+ // url = ''
|
|
|
return CONSTANT.formal
|
|
return CONSTANT.formal
|
|
|
}
|
|
}
|
|
|
|
|
|