diff --git a/.env.development b/.env.development index 2982c24..d2df59e 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ -# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # VITE_API_BASE='http://192.168.9.28:8081/' # 测试环境 - VITE_API_BASE='http://18.143.76.3:10704/' +# VITE_API_BASE='http://18.143.76.3:10704/' # VITE_API_BASE='http://192.168.9.52:10705/' VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload diff --git a/src/views/permissions/permission.vue b/src/views/permissions/permission.vue index a54f698..b86c01f 100644 --- a/src/views/permissions/permission.vue +++ b/src/views/permissions/permission.vue @@ -883,7 +883,6 @@ const handleCheckChange = async (checkedNodes, checkedInfo) => { } else { addRole.value.checkedKeys = checkedInfo.checkedKeys; console.log('else'); - } }; diff --git a/src/views/refund/addCoinRefund.vue b/src/views/refund/addCoinRefund.vue index 892ed46..6d8ac9a 100644 --- a/src/views/refund/addCoinRefund.vue +++ b/src/views/refund/addCoinRefund.vue @@ -227,7 +227,7 @@ const getUser = async function (jwcode) { } user.value = processedData; console.log("用户信息", user.value); - ElMessage.success(result.msg); + //ElMessage.success(result.msg); } } catch (error) { console.log("请求失败", error); diff --git a/src/views/usergold/clientCountBalance.vue b/src/views/usergold/clientCountBalance.vue index fcc27ed..621a38e 100644 --- a/src/views/usergold/clientCountBalance.vue +++ b/src/views/usergold/clientCountBalance.vue @@ -394,7 +394,7 @@ const handleMarketChange = (val) => { ((scope.row.currentPermanentGold || 0 ) + (scope.row.currentFreeJune|| 0 ) + (scope.row.currentFreeDecember|| 0 ) + - (scope.row.currentTaskGold || 0) / 100) + (scope.row.currentTaskGold || 0) ) /100 }} diff --git a/stats.html b/stats.html index 6b3fdd4..12cd9ca 100644 --- a/stats.html +++ b/stats.html @@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {