添加默认选中功能
This commit is contained in:
@@ -185,6 +185,13 @@ export const useRainDisasterChain = () => {
|
||||
* 右侧按钮信息
|
||||
*/
|
||||
const rightButtonInfo = [
|
||||
{
|
||||
name: '暴雨模拟',
|
||||
callback: () => {
|
||||
console.log('暴雨模拟');
|
||||
},
|
||||
selected: true,
|
||||
},
|
||||
{
|
||||
name: '暴雨触发',
|
||||
callback: () => {
|
||||
|
||||
Reference in New Issue
Block a user