diff --git a/buyer/docker.sh b/buyer/docker.sh index 71210188..9e2167f2 100644 --- a/buyer/docker.sh +++ b/buyer/docker.sh @@ -1 +1 @@ -docker build -t registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui:4.3.0.1 . +docker build -t registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui:4.2.4.1 . diff --git a/buyer/public/config.js b/buyer/public/config.js index 555828da..d7556570 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -3,10 +3,10 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - seller: "http://127.0.0.1:8889", - manager: "http://127.0.0.1:8887", - buyer: "http://127.0.0.1:8888", - common: "http://127.0.0.1:8890", + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + seller: "https://store-api.pickmall.cn", + manager: "https://admin-api.pickmall.cn" }, API_PROD: { common: "https://common-api.pickmall.cn", diff --git a/buyer/src/assets/styles/global.scss b/buyer/src/assets/styles/global.scss index 18a358d8..8a74a333 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -10,7 +10,7 @@ $warning_color: #ff9900; $error_color: #ed3f14; $handle-btn-color: #438cde; -$theme_color: #ff5c58; +$theme_color: #e4393c; $border_color: #dddee1; $title_color: #8c8c8c; diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index 74e6ae00..76d34ccd 100644 --- a/buyer/src/components/Search.vue +++ b/buyer/src/components/Search.vue @@ -147,9 +147,11 @@ export default { cursor: pointer; } .store-search{ + width:63px; padding: 0 9px; border-radius: 0; &:nth-child(2){ + width:62px; margin-left: -5px; } } diff --git a/buyer/src/components/footer/Footer.vue b/buyer/src/components/footer/Footer.vue index 754c383f..5ff1aa92 100644 --- a/buyer/src/components/footer/Footer.vue +++ b/buyer/src/components/footer/Footer.vue @@ -43,7 +43,7 @@ {{config.icpCard}} -