打包bug修改

main
lijingyu007 11 months ago
parent 8394d4c3d0
commit 361a248bb7
  1. 4
      .env.development
  2. 4
      .env.production
  3. 4
      src/page/homepage/traininstitute/train.vue

@ -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'

@ -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'
VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999'

@ -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));
}
}

Loading…
Cancel
Save