diff --git a/env/.env.development b/env/.env.development index 8293b47..26e3c0a 100644 --- a/env/.env.development +++ b/env/.env.development @@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true # 是否启用读取配置文件 min #VITE_WEBAPP = 'D://opt//AppUpdateTest' VITE_WEBAPP = '' -VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' #websocket连接url-测试用 VITE_WEBSOCKET_URL = 'ws://10.75.15.246:8899/mqttprod/ws/simple' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' diff --git a/src/pages-humanResource/absence/add.vue b/src/pages-humanResource/absence/add.vue index c92f8b9..5753e67 100644 --- a/src/pages-humanResource/absence/add.vue +++ b/src/pages-humanResource/absence/add.vue @@ -184,7 +184,6 @@ }) .then(() => { loading.value = true - console.log('*---', submitData) addApi(submitData).then(res => { if (res.success) { startMutilProcess(res.message) @@ -229,10 +228,8 @@ /*获取请假类型*/ const getTypeList = () => { getCategoryItemsApi('1838487445813645313').then((res) => { - console.log("res-------", res.result) if (res.success) { data.value = res.result - console.log("res-------", data.value) typeData.value = [data.value.map(item => { return { value: item.name,