feat:参照研听的基础工程
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
String tabFallbackForPath(String path) {
|
||||
if (path.startsWith('/assets')) return '/assets';
|
||||
if (path.startsWith('/market')) return '/market';
|
||||
if (path.startsWith('/news')) return '/news';
|
||||
if (path.startsWith('/profile')) return '/profile';
|
||||
return '/assets';
|
||||
}
|
||||
Reference in New Issue
Block a user