From fac37d56a4dce7de2e244456c1ecdc087f248ca4 Mon Sep 17 00:00:00 2001 From: "waliang.wang" Date: Tue, 25 Jul 2017 15:11:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=20-=20=E6=9C=80=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/containers/AddInterface/Result/Result.js | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/containers/AddInterface/Result/Result.js b/client/containers/AddInterface/Result/Result.js index 89185937..18133daa 100644 --- a/client/containers/AddInterface/Result/Result.js +++ b/client/containers/AddInterface/Result/Result.js @@ -3,7 +3,7 @@ import { Tabs } from 'antd' import Mock from 'mockjs' import { connect } from 'react-redux' import PropTypes from 'prop-types' - +console.log('测试') @connect( state => { return { diff --git a/package.json b/package.json index fc957728..7bb1ea9a 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "babel-plugin-transform-decorators-legacy": "^1.3.4", "copy-webpack-plugin": "^4.0.1", "core-decorators": "^0.17.0", + "fast-sass-loader": "^1.2.5", "fs-extra": "^3.0.1", "jsoneditor": "^5.9.3", "jsonwebtoken": "^7.4.1",