chore(代码合并): 代码从Custom/common分支合并
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { adaptSubpackageUrl } from '@/common/js/util.js'
|
||||
import { adaptSubpackageUrl, checkTabBarActive } from '@/common/js/util.js'
|
||||
import DiyMinx from './minx.js'
|
||||
// 底部导航栏
|
||||
export default {
|
||||
@@ -154,7 +154,7 @@ export default {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return checkTabBarActive(linkUrl, currentPageRoute);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user