diff --git a/main/.env.development b/main/.env.development index e297996..5413cd1 100644 --- a/main/.env.development +++ b/main/.env.development @@ -17,5 +17,4 @@ VITE_APP_UPLOAD_API = '/uploadApis' # 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.9:9300' -VITE_APP_VIST_URL = 'http://192.168.18.99' \ No newline at end of file +VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' diff --git a/main/src/assets/images/platform/home.jpg b/main/src/assets/images/platform/home.jpg new file mode 100644 index 0000000..23f16f1 Binary files /dev/null and b/main/src/assets/images/platform/home.jpg differ diff --git a/main/src/views/index.vue b/main/src/views/index.vue index d2557a2..12db49c 100644 --- a/main/src/views/index.vue +++ b/main/src/views/index.vue @@ -1,6 +1,6 @@