diff --git a/.env.production b/.env.production index c972718..67ca205 100644 --- a/.env.production +++ b/.env.production @@ -47,7 +47,7 @@ VITE_GLOB_API_URL_PREFIX = # 打包是否开启pwa功能 VITE_USE_PWA = false #租户开关 -VITE_GLOB_TENANT_ENABLED = false +#VITE_GLOB_TENANT_ENABLED = false VITE_GLOB_APP_TITLE = 供应链平台 #登录时是否需要输入租户码 # VITE_GLOB_TENANT_INPUT_REQUIRED = true diff --git a/package.json b/package.json index 685a5c7..ef5e17d 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "showdown": "^2.1.0", "snowflake-id": "^1.1.0", "sortablejs": "^1.14.0", + "three": "0.152.0", "tinymce": "^5.10.3", "vditor": "^3.9.2", "vue": "~3.3.4", diff --git a/src/assets/images/earth-blue-marble.jpg b/src/assets/images/earth-blue-marble.jpg new file mode 100644 index 0000000..e673a7c Binary files /dev/null and b/src/assets/images/earth-blue-marble.jpg differ diff --git a/src/assets/images/particle-sprite.png b/src/assets/images/particle-sprite.png new file mode 100644 index 0000000..a1e2189 Binary files /dev/null and b/src/assets/images/particle-sprite.png differ diff --git a/src/views/secondDev/Earth3D.vue b/src/views/secondDev/Earth3D.vue new file mode 100644 index 0000000..6b2ef35 --- /dev/null +++ b/src/views/secondDev/Earth3D.vue @@ -0,0 +1,335 @@ + + + + + diff --git a/src/views/secondDev/FormInformation.vue b/src/views/secondDev/FormInformation.vue index 8ccbc9c..6822c29 100644 --- a/src/views/secondDev/FormInformation.vue +++ b/src/views/secondDev/FormInformation.vue @@ -53,6 +53,8 @@ itemRefs.value.push(el); }; + + onBeforeUpdate(() => { itemRefs.value = []; }); diff --git a/src/views/secondDev/Login.vue b/src/views/secondDev/Login.vue index f963fbc..42794a7 100644 --- a/src/views/secondDev/Login.vue +++ b/src/views/secondDev/Login.vue @@ -1,16 +1,25 @@