mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-07-05 16:31:23 +08:00
core
This commit is contained in:
parent
bf02d844c9
commit
4432758d6c
15
application/admin/controller/Kefu.php
Normal file
15
application/admin/controller/Kefu.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* Author: baihu
|
||||||
|
* Date: 2019/12/16
|
||||||
|
* Time: 17:55
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace app\admin\controller;
|
||||||
|
|
||||||
|
|
||||||
|
class Kefu
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
15
application/admin/controller/User.php
Normal file
15
application/admin/controller/User.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* Author: baihu
|
||||||
|
* Date: 2019/12/16
|
||||||
|
* Time: 17:32
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace app\admin\controller;
|
||||||
|
|
||||||
|
|
||||||
|
class User
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
10
application/admin/view/kefu/index.html
Normal file
10
application/admin/view/kefu/index.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>$Title$</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
$END$
|
||||||
|
</body>
|
||||||
|
</html>
|
10
application/admin/view/user/index.html
Normal file
10
application/admin/view/user/index.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 50 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
Loading…
x
Reference in New Issue
Block a user