|
@@ -7,8 +7,8 @@ export const myMixin = {
|
|
|
return Object.keys(this.userinfo).length != 0 ? this.userinfo : this.userJson
|
|
|
},
|
|
|
prefixL(){
|
|
|
- let liyuan = window.location.href.includes("liyuan")
|
|
|
- let liyuan2 = window.location.href.includes("lyxx")
|
|
|
+ let liyuan = window.top.U.UF.UI.form.allForm.U_MD_HomeC_Pop.header.baseURI.includes("liyuan")
|
|
|
+ let liyuan2 = window.top.U.UF.UI.form.allForm.U_MD_HomeC_Pop.header.baseURI.includes("lyxx")
|
|
|
let newArr = ''
|
|
|
if (liyuan || liyuan2) {
|
|
|
newArr = "liyuan_"
|