diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
index cf1b11e8f..903200949 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
@@ -57,10 +57,6 @@
..\packages\ClosedXML.0.93.0\lib\net40\ClosedXML.dll
-
-
-
-
..\packages\DocumentFormat.OpenXml.2.8.1\lib\net46\DocumentFormat.OpenXml.dll
@@ -370,7 +366,6 @@
True
True
AttendanceReportByWeek.rpt
- Component
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
index 6f583044b..a5cc36e78 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
@@ -1,8 +1,8 @@
export default {
// 登录页显示的公司名称
- "company": "力软信息技术(苏州)有限公司",
+ "company": "数字化智慧校园",
// App 版本号
- "appVersion": "2.2.0",
+ "appVersion": "2.0",
// 是否允许用户注册
"enableSignUp": true,
// 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json
index 63ff6ddde..9aede52a1 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "力软框架",
+ "name" : "数字化智慧校园",
"appid" : "__UNI__E4958C9",
- "description" : "力软敏捷开发框架移动端",
+ "description" : "数字化智慧校园移动端",
"versionName" : "2.1.0",
"versionCode" : 20100,
"transformPx" : false,
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index cf65c06a9..6ad8aafad 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -8,7 +8,7 @@
{
"path": "pages/home",
"style": {
- "navigationBarTitleText": "首页 · 力软框架",
+ "navigationBarTitleText": "数字化智慧校园",
// #ifndef MP-ALIPAY
"navigationBarBackgroundColor": "#0c86d8",
"navigationBarTextStyle": "white",
@@ -55,7 +55,7 @@
{
"path": "pages/my/learun",
"style": {
- "navigationBarTitleText": "关于力软",
+ "navigationBarTitleText": "关于泉江",
// #ifndef MP-ALIPAY
"navigationBarBackgroundColor": "#0c86d8",
"navigationBarTextStyle": "white",
@@ -66,7 +66,7 @@
{
"path": "pages/my/framework",
"style": {
- "navigationBarTitleText": "力软敏捷框架",
+ "navigationBarTitleText": "数字化智慧校园",
// #ifndef MP-ALIPAY
"navigationBarBackgroundColor": "#0c86d8",
"navigationBarTextStyle": "white",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue
index a822f8719..17726c22e 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue
@@ -4,8 +4,8 @@
- 力软敏捷开发框架
- (开发模式)
+ 数字化智慧校园
+
{{ APP_VERSION }}
@@ -14,10 +14,10 @@
- 注册登录力软账号后,您将可以体验力软框架产品中的所有功能与业务
+ 注册登录智慧校园账号后,您将可以体验力软框架产品中的所有功能与业务
OA · 进销存 · 工作流审批 · 数据可视化
- 如果您之前已在力软框架 PC 端中注册过体验账号,可以直接使用原账号登录,无需另行注册
+ 如果您之前已在智慧校园 PC 端中注册过体验账号,可以直接使用原账号登录,无需另行注册
@@ -31,7 +31,7 @@
登 录
- 新用户注册
+ 教师注册
@@ -42,10 +42,10 @@
-
+
联系方式
-
+
修改密码
@@ -36,16 +36,16 @@
-
+
@@ -98,7 +98,7 @@ export default {
const type = this.PLATFORM
const confirm = await this.CONFIRM(
'绑定确认',
- `确定要将力软账号与当前登录的${this.PLATFORM_TEXT}账号绑定吗?\n(绑定后可以使用一键登录功能)`,
+ `确定要将智慧校园账号与当前登录的${this.PLATFORM_TEXT}账号绑定吗?\n(绑定后可以使用一键登录功能)`,
true
)
if (!confirm) {
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue
index 4b015568b..62f936d95 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue
@@ -2,7 +2,7 @@
- 关注力软微信公众号
+ 关注智慧校园微信公众号
获取更多框架信息
@@ -11,7 +11,7 @@
- 力软移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
+ 智慧校园移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png
index 6d3c040ec..b856206a5 100644
Binary files a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png differ