修改 栏目 css

This commit is contained in:
张凯 2025-04-09 15:43:38 +08:00
parent 75dc8ac582
commit 90b957d261
2 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@ console.log(route)
display: none;
position: absolute;
background: #ffffff;
width: 120px;
li{
a {
display: block;

View File

@ -38,8 +38,8 @@ export default defineNuxtConfig({
vite: {
server: {
proxy: {
'/api/': {
target: "https://www.navigatortrades.com/api/",
'/api': {
target: "https://www.navigatortrades.com/api",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
}