|
|
@@ -11,10 +11,10 @@ import './config/flexible' |
|
|
|
import store from './store/' |
|
|
|
import './permission' // permission control |
|
|
|
|
|
|
|
// import { getDicts } from "utils/data"; |
|
|
|
import { getDicts } from "@/utils/data"; |
|
|
|
// |
|
|
|
// //全局方法挂载 |
|
|
|
// Vue.prototype.getDicts = () => new getDicts(); |
|
|
|
Vue.prototype.getDicts = getDicts |
|
|
|
|
|
|
|
// Vant 引用 |
|
|
|
import Vant from 'vant'; |
|
|
|