开发者选项

This commit is contained in:
2023-05-24 16:28:51 +08:00
parent 8813fc118c
commit 1aa08d5db9
3 changed files with 95 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
import {post} from '@config/http.js'
// import store from '../vuex/store'
// 开发者选项
export const getIP = () => post('api/developer/getIP', {})
export const getLogList = () => post('api/developer/getLogList', {})
export const getROSNodeList = () => post('api/developer/getROSNodeList', {})