mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 添加相关工具类
This commit is contained in:
parent
44c99ac1fb
commit
bea766191d
20
application/util/RouterTool.php
Normal file
20
application/util/RouterTool.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @since 2020-05-14
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace app\util;
|
||||
|
||||
|
||||
class RouterTool {
|
||||
|
||||
public static function buildAdminRouter() {
|
||||
|
||||
}
|
||||
|
||||
public static function buildVueRouter() {
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user