diff --git a/.env.production b/.env.production index cbabf89..869cfcb 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VITE_APP_TITLE = 若依管理系统 VITE_APP_ENV = 'production' # 若依管理系统/生产环境 -VITE_APP_BASE_API = '/prod-api' +VITE_APP_BASE_API = 'https://zwyth.ntgaj.cn:8008' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/index.html b/index.html index 4a8071e..b281629 100644 --- a/index.html +++ b/index.html @@ -8,17 +8,13 @@ 若依管理系统 - - - - - - - - + + + + + + + diff --git a/public/config.json b/src/components/marsMap/config.json similarity index 100% rename from public/config.json rename to src/components/marsMap/config.json diff --git a/src/components/marsMap/index.vue b/src/components/marsMap/index.vue index a90e054..05e62bb 100644 --- a/src/components/marsMap/index.vue +++ b/src/components/marsMap/index.vue @@ -4,7 +4,7 @@