diff --git a/.env.production b/.env.production index 1ab8f94..aab6e76 100644 --- a/.env.production +++ b/.env.production @@ -3,5 +3,5 @@ ENV = 'production' # base api # VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_API = 'http://106.75.49.247:20400' +VUE_APP_BASE_API = 'http://117.50.215.20:20400' diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 3271af6..2de9652 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -287,7 +287,7 @@ checkPermi(['admin:order:send']) ">发货 查看合同 + style="margin-top: 10px;" @click="showht(scope.row.contractUrl)" v-show="scope.row.statusStr.value!='待审核'&&scope.row.statusStr.value!='待签约'&&scope.row.contractUrl!=null">查看合同 取消订单