mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-11 23:25:33 +08:00
chore: remove test code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user