瀏覽代碼

Update vite.config.ts

lex 2 年之前
父節點
當前提交
82dc59afce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -15,7 +15,7 @@ function resolve(dir: string) {
 const proxyUrl = 'http://47.98.131.38:8989/'
 // const proxyUrl = 'https://ponline.colexiu.com/'
 export default defineConfig({
-  base: '/',
+  base: './',
   plugins: [
     vue(),
     vueJsx(),