huangxw hace 6 meses
padre
commit
bae79c4e36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .env.development

+ 1 - 1
.env.development

@@ -8,7 +8,7 @@ VITE_APP_ENV = 'development'
 VITE_APP_BASE_API = '/trace-api'
 
 # 应用访问路径 例如使用前缀 /admin/
-VITE_APP_CONTEXT_PATH = '/'
+VITE_APP_CONTEXT_PATH = '/lmadmin/'
 
 # 监控地址
 VITE_APP_MONITOR_ADMIN = 'http://localhost:9090/admin/applications'