diff --git a/main/.env.development b/main/.env.development index 7729b29..8ed46a0 100644 --- a/main/.env.development +++ b/main/.env.development @@ -13,9 +13,9 @@ VITE_APP_SUB_GSR = '//localhost:9530/new-digital-agriculture-screen/' VITE_APP_BASE_API = '/apis' VITE_APP_UPLOAD_API = '/uploadApis' # 阿里云接口地址 -VITE_APP_BASE_URL = 'http://47.109.205.240:8080' -VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9300' +# VITE_APP_BASE_URL = 'http://47.109.205.240:8080' +# VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9300' # 内网接口地址 -# VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -# VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.99:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' # VITE_APP_VIST_URL = 'http://192.168.18.99' diff --git a/sub-government-affairs-service/.env.development b/sub-government-affairs-service/.env.development index a0a3355..b38e4ac 100644 --- a/sub-government-affairs-service/.env.development +++ b/sub-government-affairs-service/.env.development @@ -9,12 +9,12 @@ VITE_APP_BASE_API = '/apis' VITE_APP_UPLOAD_API = '/uploadApis' # 阿里云接口地址 -VITE_APP_BASE_URL = 'http://47.109.205.240:8080' -VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9204' +# VITE_APP_BASE_URL = 'http://47.109.205.240:8080' +# VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9204' # 内网测试库接口地址 -# VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -# VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.99:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' # 本地开发接口地址 # VITE_APP_BASE_URL = 'http://192.168.18.74:8080' diff --git a/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue b/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue index 1f7ccf2..153991f 100644 --- a/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue +++ b/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue @@ -33,7 +33,6 @@ import Register from './common/Register.vue'; import FileUpload from './common/FileUpload.vue'; import { getIllegalList, createLandIllegal, registerLandIllegal, illegalInfo } from '@/apis/land'; import { ElMessage, ElMessageBox } from 'element-plus'; -import Attrs from '../../common/Attrs.vue'; import { add } from 'lodash'; const { VITE_APP_BASE_API } = import.meta.env;