dev-QQq
方佳 博 2 years ago
parent 54655f9595
commit 057330692a

@ -16,8 +16,8 @@ axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
const service = axios.create({ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分 // axios中请求配置有baseURL选项表示请求URL公共部分
// baseURL: import.meta.env.VITE_APP_BASE_API, // baseURL: import.meta.env.VITE_APP_BASE_API,
// baseURL: "http://118.31.7.2:9868/", baseURL: "http://118.31.7.2:9868/",
baseURL:'http://192.168.2.14:9868/', // baseURL:'http://192.168.2.14:9868/',
// 超时 // 超时
timeout: 100000, timeout: 100000,
}); });

@ -310,7 +310,7 @@ const task = () => {
if(formInline2.value2!==input6.value){ if(formInline2.value2!==input6.value){
errorNumber=1 errorNumber=1
} }
portraitModel portraitModel
.submit({ .submit({
userId: JSON.parse(getUserInfo()).userId, userId: JSON.parse(getUserInfo()).userId,
taskName: "聚类分析", taskName: "聚类分析",

@ -473,13 +473,9 @@ const options3 = ref([
]); ]);
const input4 = ref(); const input4 = ref();
const options4 = ref([ const options4 = ref([
{
value: "线性回归",
label: "线性回归",
},
{ {
value: "Logistic逻辑回归", value: "Logistic逻辑回归",
label: "Logistic逻辑回归", label: "线性回归",
}, },
]); ]);
const input5 = ref(); const input5 = ref();

Loading…
Cancel
Save