diff --git a/.env.production b/.env.production index 88633da7..dc3163c5 100644 --- a/.env.production +++ b/.env.production @@ -12,9 +12,9 @@ VITE_BUILD_COMPRESS = 'none' # Basic interface address SPA #财源 -VITE_GLOB_API_URL=http://192.168.10.102:9500 +#VITE_GLOB_API_URL=http://192.168.10.102:9500 #基础框架 -#VITE_GLOB_API_URL=http://192.168.10.102:9023 +VITE_GLOB_API_URL=http://192.168.10.102:9023 # File upload address, optional # It can be forwarded by nginx or write the actual address directly diff --git a/src/components/FormViewer/index.vue b/src/components/FormViewer/index.vue index 6caaf982..9cde47fd 100644 --- a/src/components/FormViewer/index.vue +++ b/src/components/FormViewer/index.vue @@ -1,6 +1,5 @@