diff --git a/.env.dev b/.env.dev index 38419ba1..01b1f296 100644 --- a/.env.dev +++ b/.env.dev @@ -2,7 +2,7 @@ NODE_ENV = 'development' VUE_APP_CURRENTMODE = 'dev' VUE_APP_BASEOSS = 'https://diaoyan-files.automark.cc' -VUE_APP_BASEURL = 'http://planetg-java.test.automark.cc/' +VUE_APP_BASEURL = 'https://ylst-api-uat.dctest.digitalyili.com/' VUE_APP_DELiVERY_BASEURL='https://javaxq.test.automark.cc/' VUE_APP_MESSAGE_CENTER ='http://gtech-gateway.dcin-test.digitalyili.com/apigtech/message-send-center/'; diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue index e57c633d..ca20ef58 100644 --- a/src/Layouts/BaseLayout.vue +++ b/src/Layouts/BaseLayout.vue @@ -48,7 +48,7 @@ @click.stop="clickEntrance"> 分享 @@ -555,9 +555,11 @@ onMounted(() => { .download_img { width: 16px; height: 14px; + margin-right: 6px; } .click { width: 18px; + font-size: 12px; line-height: 18px; border-radius: 9px; background-color: #70b936; @@ -567,6 +569,7 @@ onMounted(() => { } .click2 { width: 18px; + font-size: 12px; line-height: 18px; border-radius: 9px; background-color: #f5f5f5; diff --git a/src/components/LeftMenuBar.vue b/src/components/LeftMenuBar.vue index bbd469b7..1bb075b4 100644 --- a/src/components/LeftMenuBar.vue +++ b/src/components/LeftMenuBar.vue @@ -1,8 +1,6 @@