|
@@ -32,6 +32,10 @@ Vue.component('ExportButton', ExportButton);
|
|
import ImportButton from '@/components/Common/import-button.vue'
|
|
import ImportButton from '@/components/Common/import-button.vue'
|
|
Vue.component('ImportButton', ImportButton);
|
|
Vue.component('ImportButton', ImportButton);
|
|
|
|
|
|
|
|
+
|
|
|
|
+Vue.prototype.$fileUrl = process.env.VUE_APP_BASE_API + 'common/file/get?key=';
|
|
|
|
+Vue.prototype.$imageUrl = process.env.VUE_APP_BASE_API + 'common/img/get?key=';
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* If you don't want to use mock-server
|
|
* If you don't want to use mock-server
|
|
* you want to use MockJs for mock api
|
|
* you want to use MockJs for mock api
|