|
|
@ -48,7 +48,7 @@ import PopTips from "@/components/PopTips/index.vue"; |
|
|
|
import PopHomeTip from "@/components/PopHomeTip/index.vue"; |
|
|
|
import NameSplit from "@/components/NameSplit/index.vue"; |
|
|
|
import RelationGraph from "relation-graph"; |
|
|
|
// import dayjs from 'dayjs'
|
|
|
|
import dayjs from 'dayjs' |
|
|
|
|
|
|
|
// import AddNodeJw from "@/components/JwTree/addNode.vue";
|
|
|
|
//按钮
|
|
|
@ -104,7 +104,7 @@ Vue.directive("fixed", { |
|
|
|
// 挂载全局
|
|
|
|
Vue.prototype.$http = http; |
|
|
|
Vue.prototype.$sensitive = desensitization; |
|
|
|
// Vue.prototype.$dayjs = dayjs
|
|
|
|
Vue.prototype.$dayjs = dayjs |
|
|
|
// el-uploader的header配置
|
|
|
|
Vue.prototype.$getElUploadHeaders = () => ({ |
|
|
|
Authorization: localStorage.getItem("token") || "", |
|
|
|