Browse Source

change calendar language

zjxpcyc 6 years ago
parent
commit
84e0acb432
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      config/index.js
  2. 1
    1
      src/pages/system/courseManager/scheduleManager/index.vue

+ 2
- 2
config/index.js View File

@@ -12,9 +12,9 @@ module.exports = {
12 12
     proxyTable: {
13 13
       '/api': {
14 14
         // target: 'https://dp.huiju360.com.cn/hj_operations',
15
-        target: 'http://192.168.0.62:8080', //wf
15
+        // target: 'http://192.168.0.62:8080', //wf
16 16
         // target: 'http://127.0.0.1:8080', 
17
-        // target: 'http://192.168.0.11:8080', //ys
17
+        target: 'http://192.168.0.11:8080', //ys
18 18
         // target: 'http://192.168.0.125:8080', //hyq
19 19
         // target: 'http://dev.ycjcjy.com', //frp
20 20
         changeOrigin: true, // 如果接口跨域,需要进行这个参数配置

+ 1
- 1
src/pages/system/courseManager/scheduleManager/index.vue View File

@@ -19,7 +19,7 @@
19 19
         </ul>
20 20
       </div>
21 21
       <div class="moreFilter"></div>
22
-      <full-calendar :events="fcEvents" @changeMonth="changeMonth" locale="en" @eventClick="eventClick" @dayClick="dayClick"></full-calendar>
22
+      <full-calendar :events="fcEvents" @changeMonth="changeMonth" lang="zh" @eventClick="eventClick" @dayClick="dayClick"></full-calendar>
23 23
     </div>
24 24
     <el-dialog
25 25
       title="课时信息"