瀏覽代碼

添加日历默认时间

liqk 5 年之前
父節點
當前提交
3a9a57219f

文件差異過大導致無法顯示
+ 1 - 95
TEAMModelOS.Admin/wwwroot/0.js


文件差異過大導致無法顯示
+ 44 - 130
TEAMModelOS.Admin/wwwroot/1.js


文件差異過大導致無法顯示
+ 111 - 40
TEAMModelOS.Admin/wwwroot/2.js


文件差異過大導致無法顯示
+ 40 - 40
TEAMModelOS.Admin/wwwroot/3.js


文件差異過大導致無法顯示
+ 59 - 44
TEAMModelOS.Admin/wwwroot/4.js


文件差異過大導致無法顯示
+ 24 - 24
TEAMModelOS.Admin/wwwroot/5.js


文件差異過大導致無法顯示
+ 59 - 25
TEAMModelOS.Admin/wwwroot/6.js


文件差異過大導致無法顯示
+ 40 - 40
TEAMModelOS.Admin/wwwroot/7.js


文件差異過大導致無法顯示
+ 40 - 40
TEAMModelOS.Admin/wwwroot/8.js


文件差異過大導致無法顯示
+ 239 - 90
TEAMModelOS.Admin/wwwroot/main.js


二進制
TEAMModelOS.SmartClass/ClientApp/assets/image/e_logo4.png


二進制
TEAMModelOS.SmartClass/ClientApp/assets/image/e_logo5.png


二進制
TEAMModelOS.SmartClass/ClientApp/assets/image/e_logo6.png


+ 10 - 10
TEAMModelOS.SmartClass/ClientApp/boot-server.js

@@ -1,12 +1,12 @@
-var prerendering = require('aspnet-prerendering')
+//var prerendering = require('aspnet-prerendering')
 
-module.exports = prerendering.createServerRenderer(function (params) {
-  return new Promise(function (resolve, reject) {
-    var result = '<h1>Loading...</h1>' +
-            '<p>Current time in Node is: ' + new Date() + '</p>' +
-            '<p>Request path is: ' + params.location.path + '</p>' +
-            '<p>Absolute URL is: ' + params.absoluteUrl + '</p>'
+//module.exports = prerendering.createServerRenderer(function (params) {
+//  return new Promise(function (resolve, reject) {
+//    var result = '<h1>Loading...</h1>' +
+//            '<p>Current time in Node is: ' + new Date() + '</p>' +
+//            '<p>Request path is: ' + params.location.path + '</p>' +
+//            '<p>Absolute URL is: ' + params.absoluteUrl + '</p>'
 
-    resolve({ html: result })
-  })
-})
+//    resolve({ html: result })
+//  })
+//})

+ 1 - 0
TEAMModelOS.SmartClass/ClientApp/view/smart-class/LiveBroadcast.vue

@@ -85,6 +85,7 @@
           // weekMode:"liquid",//周数不定,每周的高度可变,整个日历高度不变
           allDaySlot: false,
           eventLimit: 1,
+          defaultDate: '2019-05-01',
           // allDay:true,
           header: {//表头信息
             left: 'prev, next',

+ 0 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/Video.vue

@@ -130,7 +130,6 @@ import { setTimeout } from 'core-js';
     mounted() {
       let index = this.$route.query.rewardIndex;
       //alert(index);
-
       this.rewardDatas = rewardList.data.list;
       if (index == undefined) {
         this.routerData = this.rewardDatas[0];

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/index.vue

@@ -182,7 +182,7 @@
     width: 100%;
     min-width: 1280px;
     background-color: #e5e9f2;
-    height: 640px
+    height: 600px
     }
   .notice-wrap .notices-box {
     height: 240px;

+ 1 - 1
TEAMModelOS.SmartClass/Views/Shared/_Layout.cshtml

@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>@ViewData["Title"]智慧课堂管理平台</title>
     @*<link rel="stylesheet" href="~/dist/style.css" asp-append-version="true" />*@
-    <link rel="icon" type="image/x-icon" class="js-site-favicon" href="https://account.habookaclass.biz/dist/6854ccd21afb6b1f994e1556c2360dd8.ico">
+    @*<link rel="icon" type="image/x-icon" class="js-site-favicon" href="https://account.habookaclass.biz/dist/6854ccd21afb6b1f994e1556c2360dd8.ico">*@
     <link rel="stylesheet" href="~/dist/style.css" >
     @*<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
         <environment names="Staging,Production">