diff --git a/index.html b/index.html index e930e67..08d32e4 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + Thee商城 diff --git a/src/components/base/footer.vue b/src/components/base/footer.vue index af066f3..4a0603f 100644 --- a/src/components/base/footer.vue +++ b/src/components/base/footer.vue @@ -9,7 +9,7 @@
咨询客服
-

关注CERESHOP

+

关注Thee

专注于客单价,转化率提升!

便捷高效,助力各大商家提升客单价,

客户引导,提高复购,

@@ -23,12 +23,12 @@

联系我们

-

下载CERESHOP

+

下载Thee

-

©2017-2021CERESHOP版权所有,并保留所有权利 粤ICP备19086489号-3

+

©2017-2021Thee版权所有,并保留所有权利 粤ICP备19086489号-3

diff --git a/src/components/base/secondNav.vue b/src/components/base/secondNav.vue index caa26f5..bc2f8f2 100644 --- a/src/components/base/secondNav.vue +++ b/src/components/base/secondNav.vue @@ -83,7 +83,6 @@ export default { height: 20px; } } - } .search{ width: 394px; diff --git a/src/util/server.js b/src/util/server.js index 9106074..98f1d62 100644 --- a/src/util/server.js +++ b/src/util/server.js @@ -7,11 +7,11 @@ import store from '@/store/index' import Cookie from 'js-cookie' promise.polyfill() -// export const baseURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api' -// export const uploadURL = 'http://122.9.152.120/ceres-app-api/api' +export const baseURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api' +export const uploadURL = 'http://122.9.152.120/ceres-app-api/api' -export const baseURL = (process.env.NODE_ENV === 'production') ? 'https://wechat.hnthee.com/ceres-app-api' : '/api' -export const uploadURL = 'https://wechat.hnthee.com/ceres-app-api/api' +// export const baseURL = (process.env.NODE_ENV === 'production') ? 'https://wechat.hnthee.com/ceres-app-api' : '/api' +// export const uploadURL = 'https://wechat.hnthee.com/ceres-app-api/api' const service = axios.create({ baseURL, diff --git a/src/views/afterSale/index.vue b/src/views/afterSale/index.vue index 68ce443..63b0072 100644 --- a/src/views/afterSale/index.vue +++ b/src/views/afterSale/index.vue @@ -28,24 +28,21 @@

退货完成,拒绝退款

已关闭

审核通过

- 申请平台介入 - + 申请平台介入 + + 撤销申请 - + 撤销申请 + + 撤销退货 + class="intervention mar-top-10" type="info" @click="returnGoods"> + 撤销退货 +
diff --git a/src/views/orderDetail/components/submit.vue b/src/views/orderDetail/components/submit.vue index 1c857bb..d371db2 100644 --- a/src/views/orderDetail/components/submit.vue +++ b/src/views/orderDetail/components/submit.vue @@ -68,7 +68,7 @@
- 提交申请 + 提交申请
diff --git a/static/cereshop.ico b/static/thee.ico similarity index 100% rename from static/cereshop.ico rename to static/thee.ico