UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
src
/
rich
/
common
/
component
/
min-headers
/
index.js
17 lines
(15 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* * @Description: * @Autor: tangsj * @Date: 2022-04-26 16:19:57 * @LastEditTime: 2022-05-23 16:36:18 */
import
router
from
'@system.router'
// import routers from '@system.router'
export
default
{
data
: { },
goBack
(
){
// routers.back();
} }