v1.2.0 bug修复
This commit is contained in:
@@ -69,32 +69,47 @@ export default{
|
||||
pageSize:10
|
||||
},
|
||||
TypeList:[
|
||||
{
|
||||
value:"1",
|
||||
label:"挖矿教程"
|
||||
{//挖矿教程
|
||||
value:"1",
|
||||
label:"backendSystem.miningTutorial",
|
||||
articleUrl:"AccessMiningPool"
|
||||
},
|
||||
{
|
||||
value:"2",
|
||||
label:"常见问题"
|
||||
{//常见问题
|
||||
value:"2",
|
||||
label:"backendSystem.commonProblems",
|
||||
articleUrl:"commonProblem"
|
||||
},
|
||||
{
|
||||
value:"3",
|
||||
label:"公告中心"
|
||||
{//公告中心
|
||||
value:"3",
|
||||
label:"backendSystem.announcementCenter",
|
||||
articleUrl:"announcements"
|
||||
},
|
||||
{
|
||||
value:"0",
|
||||
label:"其他"
|
||||
},
|
||||
|
||||
]
|
||||
{//其他
|
||||
value:"0",
|
||||
label:"backendSystem.other",
|
||||
articleUrl:"",
|
||||
children:[{
|
||||
value:"1",
|
||||
label:"home.serviceTerms",
|
||||
articleUrl:"serviceTerms"
|
||||
},{
|
||||
value:"2",
|
||||
label:"home.rate",
|
||||
articleUrl:"rate"
|
||||
},{
|
||||
value:"3",
|
||||
label:"home.APIfile",
|
||||
articleUrl:"apiFile"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
],
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
try {
|
||||
this.TypeList = JSON.parse(localStorage.getItem('TypeList'))
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
this.$addStorageEvent(1, "TypeList", JSON.stringify(this.TypeList));
|
||||
|
||||
this.fetchActivityList(this.activeParams)
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user