mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 05:33:10 +00:00
feature(cloudcmd) move out dist from route
This commit is contained in:
parent
bb44a14780
commit
4e99372e6f
6 changed files with 94 additions and 163 deletions
|
|
@ -172,7 +172,7 @@ function isNoCurrent(panel) {
|
|||
const namePanel = panel.getAttribute('data-name');
|
||||
const nameInfoPanel = infoPanel.getAttribute('data-name');
|
||||
|
||||
return namePanel !== nameInfoPanel
|
||||
return namePanel !== nameInfoPanel;
|
||||
}
|
||||
|
||||
function decodePath(path){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue