Commit 4d5c30ee by qianmo

update

parent 6f9d794f
......@@ -29,4 +29,12 @@ export function DeleteProtocolCmd(id){
return response.data
}
)
}
\ No newline at end of file
}
export function AddProtocolCMd(params){
return axios.post('http://192.168.0.214:8000/op/all_dev_cmd_define/' , params).then(
function (response){
return response.data
}
)
}
module.exports = {
content: ['./index.html', './src/**/*.{html,vue,js,ts,jsx,tsx}','./lib/**/*.{html,vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
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