Commit 3a7ac0aa authored by TZW's avatar TZW

清除debugger

parent a6cf0c38
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-12-05 10:13:42 * @Date: 2022-12-05 10:13:42
* @Last Modified by: Li Hanlin * @Last Modified by: Li Hanlin
* @Last Modified time: 2022-12-30 13:18:22 * @Last Modified time: 2023-01-29 09:21:45
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -71,7 +71,6 @@ function Platform(props) { ...@@ -71,7 +71,6 @@ function Platform(props) {
size: 'small', size: 'small',
type: 'primary', type: 'primary',
onClick: async () => { onClick: async () => {
debugger;
// setdrawer((s) => ({ // setdrawer((s) => ({
// ...s, // ...s,
// type: null, // type: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment