浏览代码

宅基地调查

wulanhaote
yujk 3 年前
父节点
当前提交
db0de695e6
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      src/main.js

+ 4
- 1
src/main.js 查看文件

@@ -13,12 +13,15 @@ import './permission' // permission control
import SearchTree from 'vue-search-tree' import SearchTree from 'vue-search-tree'
import VueHtml5Editor from 'vue-html5-editor' import VueHtml5Editor from 'vue-html5-editor'
import "font-awesome/css/font-awesome.css" import "font-awesome/css/font-awesome.css"

import VueCookies from 'vue-cookies'
Vue.use(VueCookies);
import global from '@/utils/global'; import global from '@/utils/global';


import { getDicts } from "@/utils/data"; import { getDicts } from "@/utils/data";
import { houseGetDicts } from '@/utils/data'; import { houseGetDicts } from '@/utils/data';
import { selectDictLabel , selectDictScheme , onClickLeft , getNowFormatDate , format } from "@/utils/utils"; import { selectDictLabel , selectDictScheme , onClickLeft , getNowFormatDate , format } from "@/utils/utils";
import vueEsign from 'vue-esign'
Vue.use(vueEsign)


//全局方法挂载 //全局方法挂载
Vue.prototype.getDicts = getDicts Vue.prototype.getDicts = getDicts


正在加载...
取消
保存