Browse Source

移动端替换关于“力软” 的信息

中职版本
zhichao lei 4 years ago
parent
commit
4c60fa7f4d
8 changed files with 23 additions and 28 deletions
  1. +0
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  3. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json
  4. +3
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
  5. +7
    -7
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue
  6. +7
    -7
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue
  7. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue
  8. BIN
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png

+ 0
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj View File

@@ -57,10 +57,6 @@
<Reference Include="ClosedXML, Version=0.93.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ClosedXML.0.93.0\lib\net40\ClosedXML.dll</HintPath>
</Reference>
<Reference Include="CrystalDecisions.CrystalReports.Engine, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="CrystalDecisions.ReportSource, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="CrystalDecisions.Shared, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="CrystalDecisions.Web, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="DocumentFormat.OpenXml, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.2.8.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
@@ -370,7 +366,6 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AttendanceReportByWeek.rpt</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Areas\LR_AuthorizeModule\Controllers\AuthorizeController.cs" />
<Compile Include="Areas\LR_AuthorizeModule\Controllers\FilterIPController.cs" />


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

@@ -1,8 +1,8 @@
export default {
// 登录页显示的公司名称
"company": "力软信息技术(苏州)有限公司",
"company": "数字化智慧校园",
// App 版本号
"appVersion": "2.2.0",
"appVersion": "2.0",
// 是否允许用户注册
"enableSignUp": true,
// 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json View File

@@ -1,7 +1,7 @@
{
"name" : "力软框架",
"name" : "数字化智慧校园",
"appid" : "__UNI__E4958C9",
"description" : "力软敏捷开发框架移动端",
"description" : "数字化智慧校园移动端",
"versionName" : "2.1.0",
"versionCode" : 20100,
"transformPx" : false,


+ 3
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json View File

@@ -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",


+ 7
- 7
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue View File

@@ -4,8 +4,8 @@
<view class="head-banner">
<!-- 标题文字 -->
<view class="main-title">
力软敏捷开发框架
<text v-if="DEV" class="margin-left-sm text-red">(开发模式)</text>
数字化智慧校园
<!-- <text v-if="DEV" class="margin-left-sm text-red">(开发模式)</text> -->
<text class="text-gray margin-left-sm" style="font-size: 0.7em;">{{ APP_VERSION }}</text>
</view>

@@ -14,10 +14,10 @@

<!-- 【仅生产环境】使用账号的原因,无此项则微信审核通不过 -->
<view v-if="!DEV" class="intro">
<view class="intro">注册登录力软账号后,您将可以体验力软框架产品中的所有功能与业务</view>
<view class="intro">注册登录智慧校园账号后,您将可以体验力软框架产品中的所有功能与业务</view>
<view class="intro">OA · 进销存 · 工作流审批 · 数据可视化</view>
<view class="intro text-gray" style="font-size: 0.9em;">
如果您之前已在力软框架 PC 端中注册过体验账号,可以直接使用原账号登录,无需另行注册
如果您之前已在智慧校园 PC 端中注册过体验账号,可以直接使用原账号登录,无需另行注册
</view>
</view>
</view>
@@ -31,7 +31,7 @@
</l-input>
<l-button @click="login(null)" size="lg" color="blue" class="margin-top-sm block" block>登 录</l-button>
<l-button v-if="enableSignUp" @click="signUp" size="lg" line="blue" class="margin-top-sm block" block>
新用户注册
教师注册
</l-button>

<!-- 【仅小程序】一键登录按钮 -->
@@ -42,10 +42,10 @@
<!-- #endif -->

<!-- 【仅开发模式】显示,后台地址切换 -->
<view v-if="DEV" class="more">
<!-- <view v-if="DEV" class="more">
<view @click="showApiRootSelector = true" class="morebtn">后台地址(点击切换):</view>
<view class="morebtn">{{ currentApiRoot }}</view>
</view>
</view> -->

<!-- 【仅开发模式】选择 API 地址的弹层 -->
<l-modal


+ 7
- 7
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue View File

@@ -25,10 +25,10 @@
<l-icon type="phone" color="blue" />
联系方式
</l-list-item>
<l-list-item @click="goTo('qrcode')" arrow>
<!-- <l-list-item @click="goTo('qrcode')" arrow>
<l-icon type="qrcode" color="blue" />
我的二维码
</l-list-item>
</l-list-item> -->
<l-list-item @click="goTo('password')" arrow>
<l-icon type="edit" color="blue" />
修改密码
@@ -36,16 +36,16 @@
</l-list>

<!-- 关于菜单 -->
<l-list border card>
<!-- <l-list border card>
<l-list-item @click="goTo('learun')" arrow>
<l-icon type="home" color="blue" />
关于力软
关于泉江
</l-list-item>
<l-list-item @click="goTo('framework')" arrow>
<l-icon type="info" color="blue" />
力软敏捷框架
数字化智慧校园
</l-list-item>
</l-list>
</l-list> -->

<view class="padding" style="padding-top: 0;">
<!-- 小程序账号绑定/解除按钮 -->
@@ -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) {


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/framework.vue View File

@@ -2,7 +2,7 @@
<view class="page padding">
<view>
<view class="text-center text-lg">
关注力软微信公众号
关注智慧校园微信公众号
<br />
获取更多框架信息
</view>
@@ -11,7 +11,7 @@

<view>
<text class="text-lg" style="line-height: 1.3em;">
力软移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
智慧校园移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
</text>
</view>
</view>


BIN
Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png View File

Before After
Width: 270  |  Height: 270  |  Size: 6.7 KiB Width: 270  |  Height: 270  |  Size: 41 KiB

Loading…
Cancel
Save