|
@@ -12,6 +12,7 @@ import 'ant-design-vue/dist/antd.less'; // or 'ant-design-vue/dist/antd.less'
|
|
|
|
|
|
import '@/permission' // permission control
|
|
|
import '@/utils/filter' // base filter
|
|
|
+import { getAction,postFormAction ,postAction} from "@/api/manage"
|
|
|
import Print from 'vue-print-nb-jeecg'
|
|
|
/*import '@babel/polyfill'*/
|
|
|
import VueApexCharts from 'vue-apexcharts'
|
|
@@ -76,6 +77,10 @@ Vue.use(preview)
|
|
|
Vue.use(vueBus);
|
|
|
Vue.use(JeecgComponents);
|
|
|
Vue.use(VuePreview);
|
|
|
+Vue.prototype.doMian = "/jeecg-boot/";
|
|
|
+Vue.prototype.postFormAction = postFormAction;
|
|
|
+Vue.prototype.postDataAction = postAction;
|
|
|
+Vue.prototype.getAction = getAction;
|
|
|
new Vue({
|
|
|
router,
|
|
|
store,
|