From 6701e5b9f4e70444837f25c67202c2ef0743aeff Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Mon, 19 Jun 2023 14:29:54 +0800 Subject: [PATCH] =?UTF-8?q?[feat](version):=20=E6=B7=BB=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.js b/src/main.js index 087fedd..39e722b 100644 --- a/src/main.js +++ b/src/main.js @@ -29,6 +29,9 @@ import i18n from "./i18n/i18n.js"; import axios from "./request/http.js"; +import config from "../package.json"; +console.log(config.version); + const createVue = createApp(App); // createVue.use(ElementPlus, { locale }); -- 2.26.0