From ca754e9933ac6c8560dad79d07d4d7f7ec78057e Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 16 Jan 2020 13:12:39 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E5=AE=8C=E5=96=84=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=BE=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/setting/OpenService.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spug_web/src/pages/system/setting/OpenService.js b/spug_web/src/pages/system/setting/OpenService.js index 46b57b8..2a1d65c 100644 --- a/spug_web/src/pages/system/setting/OpenService.js +++ b/spug_web/src/pages/system/setting/OpenService.js @@ -4,8 +4,8 @@ * Released under the MIT License. */ import React from 'react'; -import {observer} from 'mobx-react'; -import {Button, Form, Input, message} from 'antd'; +import { observer } from 'mobx-react'; +import { Button, Form, Input, message } from 'antd'; import styles from './index.module.css'; import http from 'libs/http'; import store from './store'; @@ -28,13 +28,15 @@ export default observer(function () {
开放服务设置
- + lds.set(store.settings, 'api_key.value', e.target.value)} placeholder="请输入"/> - + + +
)