diff --git a/portal-ui/.env b/portal-ui/.env index 0d31cff..8fa58e4 100644 --- a/portal-ui/.env +++ b/portal-ui/.env @@ -4,4 +4,4 @@ VITE_AMAP_SAFE_KEY = 23d3fdbc6b4eaf65d4a82a16510938c9 VITE_REGISTER_SOURCE = ALL #VITE_REGISTER_SOURCE = XM001 VITE_SHOW_PAY = SUCCESS -VITE_API_URL = http://111.230.37.169:10009/api \ No newline at end of file +VITE_API_URL = http://47.86.170.114:8011/api \ No newline at end of file diff --git a/portal-ui/src/components/VideoComposeCard.vue b/portal-ui/src/components/VideoComposeCard.vue new file mode 100644 index 0000000..6f63c60 --- /dev/null +++ b/portal-ui/src/components/VideoComposeCard.vue @@ -0,0 +1,1200 @@ + + + + + + diff --git a/portal-ui/src/layout/components/appMain.vue b/portal-ui/src/layout/components/appMain.vue index 330008b..b0df111 100644 --- a/portal-ui/src/layout/components/appMain.vue +++ b/portal-ui/src/layout/components/appMain.vue @@ -84,6 +84,8 @@ export default { .app-main { position: relative; height: 100%; + overflow-y: auto; + overflow-x: hidden; &-wrap { height: 100%; overflow: hidden; diff --git a/portal-ui/src/views/VideoGen.vue b/portal-ui/src/views/VideoGen.vue index 116556c..21066a0 100644 --- a/portal-ui/src/views/VideoGen.vue +++ b/portal-ui/src/views/VideoGen.vue @@ -1,103 +1,131 @@