From 28cd71d5ff26ca539e48a229eed4055df7cae5ad Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 13 六月 2024 23:08:36 +0800 Subject: [PATCH] 打印模板更新 --- .env.development | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.env.development b/.env.development index afc8e2c..e0d0694 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,7 @@ # Basic interface address SPA VITE_GLOB_API_URL=http://localhost:9528/api +VITE_GLOB_SYS_API_URL=http://localhost:9528 #VITE_GLOB_API_URL=http://172.18.8.56:9633/api # VITE_GLOB_API_URL=http://localhost:9633/api #Tsk Interface address @@ -22,3 +23,5 @@ # Interface prefix VITE_GLOB_API_URL_PREFIX= + +VITE_USE_ORG = false -- Gitblit v1.9.3