chore: remove test code
This commit is contained in:
parent
be8e140b91
commit
9abba7af3e
|
|
@ -1,4 +1,4 @@
|
|||
# 2.0.0-beta.8 (2020-10-14)
|
||||
# 2.0.0-rc.1 (2020-10-14)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# 2.0.0-beta.8 (2020-10-14)
|
||||
# 2.0.0-rc.1 (2020-10-14)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
||||
import moment from 'moment';
|
||||
import 'moment/locale/zh-cn';
|
||||
import axios from 'axios';
|
||||
|
||||
import { useConfigProvider, useInitAppConfigStore, useListenerNetWork } from './useApp';
|
||||
import { useLockPage } from '/@/hooks/web/useLockPage';
|
||||
|
|
@ -26,7 +25,6 @@
|
|||
createBreakpointListen();
|
||||
const { transformCellText } = useConfigProvider();
|
||||
const { on: lockOn } = useLockPage();
|
||||
axios.get('/api/users?page=2');
|
||||
return {
|
||||
transformCellText,
|
||||
zhCN,
|
||||
|
|
|
|||
Loading…
Reference in New Issue