From e9f9d60a6bce956b34508dbeefe6d9ab0a9fcbd3 Mon Sep 17 00:00:00 2001
From: suyanyan <1321717064@qq.com>
Date: Tue, 7 Jan 2025 15:42:06 +0800
Subject: [PATCH] 111
---
.../LearunApp-2.2.0/App.vue | 15 +-
.../components/tabbar/tabbar.vue | 211 +--
.../LearunApp-2.2.0/config.js | 148 +-
.../LearunApp-2.2.0/index.html | 56 +-
.../LearunApp-2.2.0/main.js | 12 +-
.../LearunApp-2.2.0/manifest.json | 386 ++---
.../LearunApp-2.2.0/package.json | 36 +-
.../LearunApp-2.2.0/pages.json | 55 +-
.../pages/InternshipResults/list.vue | 67 +
.../pages/InternshipSummary/list.vue | 123 ++
.../pages/TalentDemand/list.vue | 22 +
.../pages/clockIn/baidu/index.vue | 220 +++
.../pages/clockIn/gd/index.vue | 277 +++
.../LearunApp-2.2.0/pages/clockIn/list.vue | 294 ++++
.../pages/clockIn/tx/index-tx-iframe.vue | 32 +
.../pages/clockIn/tx/tx-iframe-all.vue | 228 +++
.../pages/clockIn/tx/tx-script-all.vue | 231 +++
.../LearunApp-2.2.0/pages/home.vue | 1519 ++++++++---------
.../LearunApp-2.2.0/pages/home/more.vue | 437 +++--
.../pages/internshipReport/detail.vue | 206 +++
.../pages/internshipReport/list.vue | 57 +
.../LearunApp-2.2.0/pages/login.vue | 57 +-
.../LearunApp-2.2.0/pages/meeting/detail.vue | 80 +
.../LearunApp-2.2.0/pages/meeting/list.vue | 33 +
.../LearunApp-2.2.0/uni.scss | 3 +-
25 files changed, 3364 insertions(+), 1441 deletions(-)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/InternshipResults/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/InternshipSummary/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/TalentDemand/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/baidu/index.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/gd/index.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/tx/index-tx-iframe.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/tx/tx-iframe-all.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/clockIn/tx/tx-script-all.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/internshipReport/detail.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/internshipReport/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/meeting/detail.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/meeting/list.vue
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
index c8679ad45..e310587b8 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
@@ -6,13 +6,13 @@
async onLaunch(param) {
// 在App.vue文件中获取到页面到URL (微信调取扫一扫会用到)
- window.localStorage.setItem('scanUrl',location.href.split('#')[0])
+ window.localStorage.setItem('scanUrl', location.href.split('#')[0])
//应用的生命周期 应用启动后触发
// #ifdef H5 || APP-VUE
// H5 刷新时获取当前页面路径
const pagePath = "/" + param.path;
// 如果 H5 刷新后访问的不是首页/登录页/注册页,直接跳转回首页
- if (!["/pages/login", "/pages/home","/pages/weixinLogin", "/pages/signup"].includes(pagePath)) {
+ if (!["/pages/login", "/pages/home", "/pages/weixinLogin", "/pages/signup"].includes(pagePath)) {
this.$nextTick(() => {
this.TAB_TO("/pages/home");
return;
@@ -46,13 +46,18 @@
};
-
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
index 2b29823d0..bba3b393e 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
@@ -1,136 +1,137 @@
-