From f4941901d9672d7407b4c875f11b5d2769ac3c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 29 May 2019 16:18:18 +0800 Subject: [PATCH] change @types/qs --- lambda/mock/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda/mock/index.js b/lambda/mock/index.js index b1d44549..8f6facc1 100644 --- a/lambda/mock/index.js +++ b/lambda/mock/index.js @@ -3996,7 +3996,7 @@ signature: '海纳百川,有容乃大', title: '交互专家', group: '蚂蚁金服-某某某事业群-某某平台部-某某技术部-UED', - notices: [{ + notice: [{ id: '000000001', avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png', title: '你收到了 14 份新周报', diff --git a/package.json b/package.json index 0a80a06c..3cf58d0d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "dependencies": { "@ant-design/pro-layout": "^4.2.0", "@antv/data-set": "^0.10.1", - "@types/qs": "^6.5.3", "antd": "^3.16.1", "classnames": "^2.2.6", "dva": "^2.4.0", @@ -84,6 +83,7 @@ "@types/react": "^16.8.1", "@types/react-document-title": "^2.0.3", "@types/react-dom": "^16.0.11", + "@types/qs": "^6.5.3", "antd-pro-merge-less": "^1.0.0", "antd-theme-webpack-plugin": "^1.2.0", "babel-eslint": "^10.0.1", -- GitLab