diff --git a/aaa/orderDetail/index.vue b/aaa/orderDetail/index.vue deleted file mode 100644 index 93ea6fc..0000000 --- a/aaa/orderDetail/index.vue +++ /dev/null @@ -1,234 +0,0 @@ - - - - \ No newline at end of file diff --git a/aaa/recharge.vue b/aaa/recharge.vue deleted file mode 100644 index 8f77588..0000000 --- a/aaa/recharge.vue +++ /dev/null @@ -1,170 +0,0 @@ - - - \ No newline at end of file diff --git a/aaa/store_order.ts b/aaa/store_order.ts deleted file mode 100644 index 961edd7..0000000 --- a/aaa/store_order.ts +++ /dev/null @@ -1,24 +0,0 @@ -import request from '@/utils/request' - - -export function apiStoreOrderLists(params: any) { - return request.get({ url: '/store_order/storeOrder/lists', params }) -} - -export function apiStoreOrderTitle() { - return request.get({ url: '/store_order/storeOrder/title' }) -} - -export function apiStoreOrderDetail(params: any) { - return request.get({ url: '/store_order/storeOrder/detail', params }) -} - - -export function apiStoreRefundOrderLists(params: any) { - return request.get({ url: '/store_order/storeRefundOrder/lists', params }) -} - -export function apiStoreRefundOrderDetail(params: any) { - return request.get({ url: '/store_order/storeRefundOrder/detail', params }) -} - diff --git a/src/views/store_product_unit/index.vue b/src/views/store_product_unit/index.vue index 87b41f7..63212fb 100644 --- a/src/views/store_product_unit/index.vue +++ b/src/views/store_product_unit/index.vue @@ -60,14 +60,12 @@ - - - - - - - - + + + + + +
diff --git a/vite.config.ts b/vite.config.ts index c31ada4..86f5c6e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,7 +12,7 @@ import vueSetupExtend from 'vite-plugin-vue-setup-extend' // import legacyPlugin from '@vitejs/plugin-legacy' // https://vitejs.dev/config/ export default defineConfig({ - base: '/admin/', + base: '/storePage/', server: { host: '0.0.0.0', open: true,