|
@@ -36,7 +36,7 @@
|
|
this.routeData = JSON.parse(localStorage.getItem("routeData"))
|
|
this.routeData = JSON.parse(localStorage.getItem("routeData"))
|
|
if(localStorage.getItem('initPage') == 'true'){
|
|
if(localStorage.getItem('initPage') == 'true'){
|
|
console.log("true")
|
|
console.log("true")
|
|
- if(localStorage.getItem('userType') == '22'){
|
|
|
|
|
|
+ if(localStorage.getItem('userType') == '22'||localStorage.getItem('userType') == '33'){
|
|
for(let i=0;i<self.routeData.length;i++){
|
|
for(let i=0;i<self.routeData.length;i++){
|
|
if(!self.routeData[i].hidden&&self.routeData[i].name != 'Https://www.sxitdlc.com'){
|
|
if(!self.routeData[i].hidden&&self.routeData[i].name != 'Https://www.sxitdlc.com'){
|
|
if (self.routeData[i].children){
|
|
if (self.routeData[i].children){
|