|
@@ -93,7 +93,7 @@ Vue.use(preview)
|
|
|
Vue.use(vueBus);
|
|
|
Vue.use(JeecgComponents);
|
|
|
Vue.use(VuePreview);
|
|
|
-Vue.prototype.doMian = "/jeecg-boot";
|
|
|
+Vue.prototype.doMian = "/jeecg-boot/";
|
|
|
Vue.prototype.postFormAction = postFormAction;
|
|
|
Vue.prototype.postDataAction = postAction;
|
|
|
Vue.prototype.getAction = getAction;
|