From f3c9172e4f82c141a20d3853a9d2bc0158e16048 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期三, 04 一月 2023 17:22:20 +0800 Subject: [PATCH] 合并大屏项目 --- src/main.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 02ca7c0..45ea16e 100644 --- a/src/main.js +++ b/src/main.js @@ -29,6 +29,15 @@ Vue.use(ElementUI, { size: 'small' }); + +import '@/utils/lib-fiexible' + +import {getStore,setStore,removeStore} from "./libs/store"; + +Vue.prototype.getStore = getStore +Vue.prototype.setStore = setStore +Vue.prototype.removeStore = removeStore + Vue.prototype.$axios = axios; axios.defaults.withCredentials = true // 瀵规彁浜ょ殑鏁版嵁杩涜json搴忓垪鍖�,鍙兘瀛樺湪闂,鏆傛椂鏈彂鐜颁粈涔堥棶棰� -- Gitblit v1.9.1