智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/c0/c0582514575f417a86af8a866ee...

3 lines
83 B

export function parseUri (path) {
return path.substr(0, path.lastIndexOf('/'))
}