diff --git a/.env b/.env index 7716aac9..d5d47de3 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ # NODE_ENV = 'production' NODE_ENV = 'development' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://api.aida.com.hk' +VUE_APP_BASE_URL = 'https://www.api.aida.com.hk' diff --git a/.env.dev b/.env.dev index c8f7d099..dd58044b 100644 --- a/.env.dev +++ b/.env.dev @@ -4,8 +4,8 @@ NODE_ENV = 'development' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' -# VUE_APP_BASE_URL = 'https://api.aida.com.hk' +VUE_APP_BASE_URL = 'https://www.api.aida.com.hk' # 佩佩 -VUE_APP_BASE_URL = 'http://192.168.1.7:5567' +# VUE_APP_BASE_URL = 'http://192.168.1.7:5567' # 海波 # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' diff --git a/.env.production b/.env.production index 4741690b..bcd34d5c 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' # VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' -VUE_APP_BASE_URL = 'https://api.aida.com.hk' +VUE_APP_BASE_URL = 'https://www.api.aida.com.hk' diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 29fb838c..c750b6c3 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -270,13 +270,16 @@ li { pointer-events: auto !important; overflow-y: initial !important; } -.Guide_.showEvents * { +.Guide_.showEvents *, +.Guide_ .showEvents * { pointer-events: auto !important; } -.Guide_.showEvents .hideEvents { +.Guide_.showEvents .hideEvents, +.Guide_ .showEvents .hideEvents { pointer-events: none !important; } -.Guide_.showEvents .hideEvents * { +.Guide_.showEvents .hideEvents *, +.Guide_ .showEvents .hideEvents * { pointer-events: none !important; } .Guide_ .Guide_active { @@ -299,6 +302,8 @@ li { filter: drop-shadow(0px 0px 2px #ff5f5f) drop-shadow(0px 0px 1px #ff5f5f); animation: identifier_img 1s infinite linear; display: block !important; + cursor: pointer; + pointer-events: auto !important; } @keyframes identifier_img { 0% { diff --git a/src/assets/style/style.less b/src/assets/style/style.less index d159d053..7534dc75 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -287,7 +287,7 @@ input:focus{ .Guide_{ pointer-events:auto !important; overflow-y: initial !important; - &.showEvents{ + &.showEvents,.showEvents{ *{ pointer-events:auto !important; } @@ -322,6 +322,8 @@ input:focus{ filter: drop-shadow(0px 0px 2px rgb(255, 95, 95))drop-shadow(0px 0px 1px rgb(255, 95, 95)); animation: identifier_img 1s infinite linear; display: block !important; + cursor: pointer; + pointer-events:auto !important; @keyframes identifier_img { 0% { filter: none; diff --git a/src/component/Detail/DesignDetail.vue b/src/component/Detail/DesignDetail.vue index cbe6630a..c9cdde20 100644 --- a/src/component/Detail/DesignDetail.vue +++ b/src/component/Detail/DesignDetail.vue @@ -28,8 +28,8 @@
+
+