diff --git a/module/oc_telegram_shop/upload/catalog/controller/tgshop/handle.php b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php similarity index 100% rename from module/oc_telegram_shop/upload/catalog/controller/tgshop/handle.php rename to module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php diff --git a/spa/vite.config.js b/spa/vite.config.js index e6bb310..fd0f7c4 100644 --- a/spa/vite.config.js +++ b/spa/vite.config.js @@ -5,7 +5,7 @@ import vue from "@vitejs/plugin-vue"; export default defineConfig({ plugins: [tailwindcss(), vue()], - base: '/telegram_shop_spa/', + base: '/image/catalog/tgshopspa/', build: { outDir: '../module/oc_telegram_shop/upload/image/catalog/tgshopspa', emptyOutDir: true,