diff --git a/.env.development b/.env.development index 349e64c..b7267e7 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ ENV = 'development' VUE_APP_BASE_API = '/test-api' -# VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' -VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' +VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' +# VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.180:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.176:9998' diff --git a/.env.production b/.env.production index 31f39a9..bf90341 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,6 @@ ENV = 'production' VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' +# VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' # VUE_APP_BASE_TARGET = 'http://www.keyitest.cn/test-api' -# VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' \ No newline at end of file +VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' \ No newline at end of file diff --git a/src/page/homepage/traininstitute/train.vue b/src/page/homepage/traininstitute/train.vue index a301463..0db7367 100644 --- a/src/page/homepage/traininstitute/train.vue +++ b/src/page/homepage/traininstitute/train.vue @@ -2314,11 +2314,10 @@ export default { .zhuanjiaRboxCon { /* width: 2760px; */ - width: calc(); display: flex; background: #f7f7fa; animation: move 15s infinite linear; - --offset: 0px; + /* --offset: 0px; */ } /* .zhuanjiaRboxCon:hover { animation-play-state: paused; @@ -2328,6 +2327,7 @@ export default { transform: translateX(0); } to { + /* transform: translateX(-920px); */ transform: translateX(var(--offset)); } }