Browse Source

修改接口地址

lex-xin 5 years ago
parent
commit
042f23736c

File diff suppressed because it is too large
+ 0 - 0
dist/css/PeriodAdjust~PeriodChange.06893137.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/Approval~Attendance~IStarted~Leave~PeriodAdjust~PeriodChange~VIPApply.6c1a6d43.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/Approval~Attendance~IStarted~Leave~PeriodAdjust~PeriodChange~VIPApply.8c56d61c.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/Approval~Attendance~IStarted~Leave~PeriodAdjust~PeriodChange~VIPApply.8c56d61c.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodAdjust~PeriodChange.2ae65cf1.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodAdjust~PeriodChange.2ae65cf1.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodAdjust~PeriodChange.393c26ed.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodAdjust~PeriodChange.393c26ed.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.57056ef2.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.57056ef2.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.c0f9a616.js.map


+ 1 - 1
src/api/teacher.js

@@ -2,7 +2,7 @@ const axios = require('@/common/axios').default
 import qs from 'qs'
 // import axios from '@/common/axios'
 // console.log(axios)
-const api = '/teacher-server'
+const api = '/api-teacher'
 // const api2 = '/web-server'
 
 // 查询我发起的任务列表

+ 1 - 3
src/components/MCalendar.vue

@@ -19,9 +19,7 @@
 
         <swiper :options="swiperOption" ref="mySwiper" 
                 @slideChangeTransitionEnd="slideChangeTransitionEnd"
-                @touchStart="touchStart"
-                @touchMove="touchMove"
-                @touchEnd.stop="touchEnd" style="height: auto">
+                style="height: auto">
             <swiper-slide v-for="(day, current) in daySet" :key="current">
                 <div class="tr">
                     <template v-for="(i, index) in day">

+ 1 - 1
src/router/index.js

@@ -16,7 +16,7 @@ let defaultRouter = [
 defaultRouter = defaultRouter.concat(TeacherRouter)
 
 export default new Router({
-    mode: 'history',
+    // mode: 'history',
     base: process.env.BASE_URL,
     routes: defaultRouter,
     scrollBehavior() {

+ 6 - 6
vue.config.js

@@ -21,11 +21,11 @@ module.exports = {
                 '^/contracts': '/contracts',
                 xfwd: true
             },
-            '/student-server': {
+            '/api-student': {
                 target: targetUrl,
                 changeOrigin: true,
                 ws: true,
-                '^/student-server': '/student-server',
+                '^/api-student': '/api-student',
                 xfwd: true
             },
             '/api-cms': {
@@ -35,18 +35,18 @@ module.exports = {
                 '^/api-cms': '/api-cms',
                 xfwd: true
             },
-            '/teacher-server': {
+            '/api-teacher': {
                 target: targetUrl,
                 changeOrigin: true,
                 ws: true,
-                '^/teacher-server': '/teacher-server',
+                '^/api-teacher': '/api-teacher',
                 xfwd: true
             },
-            '/web-server': {
+            '/api-web': {
                 target: targetUrl,
                 changeOrigin: true,
                 ws: true,
-                '^/web-server': '/web-server',
+                '^/api-web': '/api-web',
                 xfwd: true
             }
         }, // string | Object

Some files were not shown because too many files changed in this diff