mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
21 lines
244 B
PHP
21 lines
244 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @since 2020-05-14
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\util;
|
|
|
|
|
|
class RouterTool {
|
|
|
|
public static function buildAdminRouter() {
|
|
|
|
}
|
|
|
|
public static function buildVueRouter() {
|
|
|
|
}
|
|
}
|