diff --git a/admin/package.json b/admin/package.json index d811eff0..727f9980 100644 --- a/admin/package.json +++ b/admin/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build && node publish.cjs", + "build": "vite build", "preview": "vite preview", "lint": "eslint .", "lint:fix": "eslint . --ext .ts --ext .vue --ext .js --fix", diff --git a/admin/src/layout/default/components/aside/index.vue b/admin/src/layout/default/components/aside/index.vue index 084a9a3c..25014fb7 100644 --- a/admin/src/layout/default/components/aside/index.vue +++ b/admin/src/layout/default/components/aside/index.vue @@ -9,6 +9,9 @@ :with-header="false" custom-class="aside-drawer" size="210px" + :show-close="true" + :close-on-click-modal="true" + :close-on-press-escape="true" >