diff --git a/.env.development b/.env.development
index e033be2..d6b6ddb 100644
--- a/.env.development
+++ b/.env.development
@@ -4,8 +4,8 @@ ENV = 'development'
 # base api
 # VUE_APP_BASE_API = '/dev-api'
 # VUE_APP_BASE_API = 'http://106.75.49.247:20400'
-# VUE_APP_BASE_API = 'https://yruibao.com/admin'
-VUE_APP_BASE_API = 'http://192.168.2.5:20401'
+VUE_APP_BASE_API = 'https://yruibao.com/admin'
+# VUE_APP_BASE_API = 'http://192.168.2.94:20401'
 
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
diff --git a/src/views/financial/repayment/index.vue b/src/views/financial/repayment/index.vue
index fc48fac..beef7a9 100644
--- a/src/views/financial/repayment/index.vue
+++ b/src/views/financial/repayment/index.vue
@@ -55,9 +55,9 @@
         <el-table-column label="操作" min-width="120" fixed="right" align="center">
           <template slot-scope="scope">
             <el-button type="text" size="small" @click="changehk(scope.row)" class="mr10"
-              v-if="scope.row.repaymentStatus == '待还款'" v-hasPermi="['admin:channel:update']">确认还款</el-button>
+              v-if="scope.row.repaymentStatus == '待还款'||scope.row.repaymentStatus == '已逾期'" v-hasPermi="['admin:channel:update']">确认还款</el-button>
             <el-button type="text" size="small" @click="changeOrderTime(scope.row)" class="mr10"
-              v-if="scope.row.repaymentStatus == '待还款'" v-hasPermi="['admin:channel:update']">还款修改</el-button>
+              v-if="scope.row.repaymentStatus == '待还款'||scope.row.repaymentStatus == '已逾期'" v-hasPermi="['admin:channel:update']">还款修改</el-button>
             <el-button type="text" size="small" @click="getuserinfo(scope.row.uid)" class="mr10"
               v-hasPermi="['admin:channel:update']">查看用户信息</el-button>
             <el-button size="text" class="mr10" @click="showremake(scope.row.uid)">备注</el-button>