bug修改

This commit is contained in:
cjl520cy 2026-04-16 18:19:07 +08:00
parent dd731c584a
commit a7654b4071
2 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@
this.categoryAll = result.data; this.categoryAll = result.data;
this.categoryAll.filter((e, i) => { this.categoryAll.filter((e, i) => {
if (e.id == this.formData.second_class_id) { if (e.id == this.formData.second_class_id) {
this.selectedCategoryIndex = i; this.selectedCategoryIndex = [i];
this.category = e.title; this.category = e.title;
} }
}); });

View File

@ -135,7 +135,7 @@ const request = async (options, isUpdate) => {
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {
baseURL = url; // 发布到生产环境时,此处代码会被摇树移除掉。 baseURL = url; // 发布到生产环境时,此处代码会被摇树移除掉。
baseURL = 'http://60.247.146.5:93'; // 发布到生产环境时,此处代码会被摇树移除掉。 //baseURL = 'http://60.247.146.5:93'; // 发布到生产环境时,此处代码会被摇树移除掉。
//baseURL = 'http://60.247.146.5:96'; // 发布到生产环境时,此处代码会被摇树移除掉。 //baseURL = 'http://60.247.146.5:96'; // 发布到生产环境时,此处代码会被摇树移除掉。
//baseURL = 'https://app.mrrweb.com.cn'; //baseURL = 'https://app.mrrweb.com.cn';
} else { } else {