diff --git a/admin/.env.development b/admin/.env.development index 49cebfc..f7f9754 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -2,9 +2,9 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://127.0.0.1:18091' +# VUE_APP_BASE_API = 'http://127.0.0.1:18091' # VUE_APP_BASE_API = 'http://124.71.134.146:18091' -# VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn' +VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn' # VUE_APP_BASE_API = 'http://wangyi.test.jiutianda.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, diff --git a/app/App.vue b/app/App.vue index 11d0090..c607773 100644 --- a/app/App.vue +++ b/app/App.vue @@ -205,7 +205,7 @@ } .bg-color-red { - background-color: #E93323 !important; + background-color: #409EFF !important; } .syspadding { diff --git a/app/components/countDown/index.vue b/app/components/countDown/index.vue index 291c6e6..7e51c16 100644 --- a/app/components/countDown/index.vue +++ b/app/components/countDown/index.vue @@ -145,7 +145,7 @@ } .red { - color: #fc4141; + color: #409EFF; margin: 0 4rpx; } @@ -157,6 +157,6 @@ border-radius: 6px; background: #fff; font-size: 24rpx; */ - color: #E93323; + color: #409EFF; } diff --git a/app/components/couponListWindow/index.vue b/app/components/couponListWindow/index.vue index 9df55d8..0dbe582 100644 --- a/app/components/couponListWindow/index.vue +++ b/app/components/couponListWindow/index.vue @@ -212,7 +212,7 @@ } .nav .acea-row.on { - border-bottom-color: #E93323; + border-bottom-color: #409EFF; color: #282828; } diff --git a/app/components/login_mobile/index.vue b/app/components/login_mobile/index.vue index 33a9c4f..c7cc629 100644 --- a/app/components/login_mobile/index.vue +++ b/app/components/login_mobile/index.vue @@ -282,7 +282,7 @@ height: 86rpx; line-height: 86rpx; margin-top: 60rpx; - background: #E93323; + background: #409EFF; border-radius: 43rpx; color: #fff; font-size: 28rpx; diff --git a/app/components/productConSwiper/index.vue b/app/components/productConSwiper/index.vue index 47ebd51..4da6028 100644 --- a/app/components/productConSwiper/index.vue +++ b/app/components/productConSwiper/index.vue @@ -1,6 +1,6 @@