diff --git a/src/pages/plan/keysList/list.js b/src/pages/plan/keyList/index.jsx similarity index 99% rename from src/pages/plan/keysList/list.js rename to src/pages/plan/keyList/index.jsx index d5d21211..683db4e4 100644 --- a/src/pages/plan/keysList/list.js +++ b/src/pages/plan/keyList/index.jsx @@ -1,7 +1,7 @@ /* key列表 */ import React from 'react' import { Button, Alert } from 'zent' -import './list.less' +import './index.less' import { Input, RadioGroup, diff --git a/src/pages/plan/keysList/list.less b/src/pages/plan/keyList/index.less similarity index 100% rename from src/pages/plan/keysList/list.less rename to src/pages/plan/keyList/index.less