bug修改
This commit is contained in:
parent
dd731c584a
commit
a7654b4071
|
|
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue