修改 栏目 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; display: none;
position: absolute; position: absolute;
background: #ffffff; background: #ffffff;
width: 120px;
li{ li{
a { a {
display: block; display: block;

View File

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