Commit 25be7be9 authored by “yiyousong”'s avatar “yiyousong”

pref:修改图片显示

parent 77596421
......@@ -3,4 +3,4 @@ NODE_ENV = production
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_portal_URL=/portal_home
VUE_APP_API_IMG_URL = /
VUE_APP_API_IMG_URL =
......@@ -2,4 +2,4 @@
NODE_ENV = "test"
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_portal_URL=/portal_home
VUE_APP_API_IMG_URL = /
\ No newline at end of file
VUE_APP_API_IMG_URL =
\ No newline at end of file
......@@ -141,7 +141,6 @@ export default {
let arr = extractTree(this.siteBusinessList, "children").map((v) =>
Number(v.id)
);
console.log(arr);
this.rowKeys = arr.filter((v) => {
return info.businessIds.some((val) => v == val);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment