Compare commits

..

No commits in common. "c7da9ff04c627987a19e2eb019e3fc3a0f4227f2" and "94edd0d0f6824280ed181a5dbdd1ac3dfed89548" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Components from 'unplugin-vue-components/vite'
import { VantResolver } from 'unplugin-vue-components/resolvers'
export default defineConfig({
base: '/bxztapp/',
// base: '/bxztapp/',
plugins: [
vue(),
Components({

View File

@ -6,7 +6,7 @@ import vue from '@vitejs/plugin-vue'
import { resolve } from 'path'
export default defineConfig({
base: '/bxztpc/',
// base: '/bxztpc/',
plugins: [
vue(),
AutoImport({