Commit c0da3453 by zhangxingmin

push

parent b87ad3ef
......@@ -21,4 +21,10 @@ server {
}
}
location /cffp/ {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /cffp/index.html;
}
}
......@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue';
import { fileURLToPath, URL } from 'node:url';
export default defineConfig({
base: '/cffp/',
plugins: [vue({/* 自定义元素配置 */})],
resolve: {
alias: { '@': fileURLToPath(new URL('./', import.meta.url)) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment