Merge branch 'xie'

This commit is contained in:
@fawn-nine
2024-06-21 11:26:11 +08:00
12 changed files with 1276 additions and 834 deletions

View File

@@ -357,6 +357,7 @@ export default {
},
//导航字体是否是白色颜色
isWhite() {
// console.log(whiteList,'this.navFontColor')
return whiteList.includes(this.navFontColor);
},
//右上角是否有两个按钮
@@ -404,9 +405,9 @@ export default {
let currentPages = getCurrentPages();
let pageLen = currentPages.length;
//判断是否是第一个页面如果是有设置back为true的页面将不显示返回箭头而显示返回首页按钮
if (pageLen == 1 && !mainPagePath.includes(currentPages[0].route)) {
this.firstPage = true;
}
// if (pageLen == 1 && !mainPagePath.includes(currentPages[0].route)) {
// this.firstPage = true;
// }
},
//方法
methods: {