Compare commits

...

3 Commits

Author SHA1 Message Date
duanxiaohai 4c69d6e24a gx 2024-09-30 16:20:53 +08:00
duanxiaohai 36483ffe94 Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-09-30 16:20:12 +08:00
duanxiaohai 4584ab038e gx 2024-09-30 16:20:08 +08:00
4 changed files with 3 additions and 4 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -9,9 +9,9 @@ import "./assets/css/common.css";
import zhCn from "element-plus/dist/locale/zh-cn.mjs"; import zhCn from "element-plus/dist/locale/zh-cn.mjs";
// 引入 vConsole // 引入 vConsole
import VConsole from "vconsole"; // import VConsole from "vconsole";
// 初始化 vConsole // 初始化 vConsole
const vConsole = new VConsole(); // const vConsole = new VConsole();
createApp(App) createApp(App)
.use(router) .use(router)

View File

@ -162,7 +162,6 @@ const login = () => {
console.log(err); console.log(err);
var token = getCookie("lytoken"); var token = getCookie("lytoken");
// var token = "6b0e380b4a8f46baae4923f83faf670d"; // var token = "6b0e380b4a8f46baae4923f83faf670d";
// console.log('token', token) // console.log('token', token)
if (!token) { if (!token) {
window.location.href = window.location.href =

View File

@ -1844,7 +1844,7 @@ const markera = (e) => {
// //
let sizeIcons = 62; let sizeIcons = 62;
if (totalType.value == 1) { if (totalType.value == 1) {
sizeIcons = 48; sizeIcons = 46;
} else { } else {
sizeIcons = 62; sizeIcons = 62;
} }