Commit 6701e5b9 authored by 张俊's avatar 张俊

[feat](version): 添加版本打印

parent 43a80b9d
...@@ -29,6 +29,9 @@ import i18n from "./i18n/i18n.js"; ...@@ -29,6 +29,9 @@ import i18n from "./i18n/i18n.js";
import axios from "./request/http.js"; import axios from "./request/http.js";
import config from "../package.json";
console.log(config.version);
const createVue = createApp(App); const createVue = createApp(App);
// createVue.use(ElementPlus, { locale }); // createVue.use(ElementPlus, { locale });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment