diff --git a/spug_web/src/pages/system/setting/About.js b/spug_web/src/pages/system/setting/About.js
index d4d370c..09cc92b 100644
--- a/spug_web/src/pages/system/setting/About.js
+++ b/spug_web/src/pages/system/setting/About.js
@@ -5,7 +5,8 @@
*/
import React from 'react';
import styles from './index.module.css';
-import { Descriptions, Spin, Icon, notification } from "antd";
+import { SmileTwoTone } from '@ant-design/icons';
+import { Descriptions, Spin, notification } from "antd";
import { observer } from 'mobx-react'
import { http, VERSION } from 'libs';
@@ -33,7 +34,7 @@ class About extends React.Component {
duration: 0,
top: 88,
message: `发现新版本 ${res.tag_name}`,
- icon:
{logs}}) diff --git a/spug_web/src/pages/system/setting/AlarmSetting.js b/spug_web/src/pages/system/setting/AlarmSetting.js index 118798d..71ffc63 100644 --- a/spug_web/src/pages/system/setting/AlarmSetting.js +++ b/spug_web/src/pages/system/setting/AlarmSetting.js @@ -3,39 +3,32 @@ * Copyright (c)