领域配置

This commit is contained in:
熊丽君
2022-01-18 16:31:13 +08:00
parent de0f6081f3
commit 0a1631ecba
7 changed files with 764 additions and 6 deletions

View File

@ -152,11 +152,10 @@ import {
} from "@/api/website/siteSet";
import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
import IconSelect from "@/components/IconSelect";
import { tenantSelect } from "@/api/subPlatform/tenant";
export default {
components: { Treeselect, IconSelect },
components: { Treeselect },
data() {
return {
is_super: this.$store.getters.is_super,