@ -1,5 +1,5 @@
# 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_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
@ -840,7 +840,6 @@ const handleCheckChange = async (checkedNodes, checkedInfo) => {
} else {
addRole.value.checkedKeys = checkedInfo.checkedKeys;
console.log('else');
}
};
@ -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);
@ -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
}}</span>
</template>
</el-table-column>