diff --git a/src/router/index.js b/src/router/index.js index d6143e3..971ec1a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -135,6 +135,7 @@ const mainRoutes = { { path: '/packageOrder', component: _import('bl/order/packageOrder'), name: 'packageOrder', meta: { title: '服务包订单', isTab: true } }, { path: '/dlssqjl', component: _import('dlssqjl/dlssqjl'), name: 'dlssqjl', meta: { title: '代理商申请', isTab: true } }, { path: '/travelConf', component: _import('travelConf/index'), name: 'travelConf', meta: { title: '出行配置', isTab: true } }, + { path: '/travelAdjust', component: _import('travelAdjust/index'), name: 'travelAdjust', meta: { title: '出行调整', isTab: true } }, { path: '/fxyConfig', component: _import('bl/commission/fxy/fxyConfig'), name: 'fxyConfig', meta: { title: '分销员设置', isTab: true } }, { path: '/fxyApply', component: _import('bl/commission/fxy/fxyApply'), name: 'fxyApply', meta: { title: '分销员审核', isTab: true } }, { path: '/fxyData', component: _import('bl/commission/fxy/fxyData'), name: 'fxyData', meta: { title: '分销员数据', isTab: true } }, diff --git a/src/views/purchaseShop/inteAmend.vue b/src/views/purchaseShop/inteAmend.vue index ac49a2b..7aea448 100644 --- a/src/views/purchaseShop/inteAmend.vue +++ b/src/views/purchaseShop/inteAmend.vue @@ -737,8 +737,6 @@ xhr = new XMLHttpRequest(); xhr.withCredentials = false; xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换 - // xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload"); - // xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload"); xhr.onload = function() { var json; diff --git a/src/views/travelAdjust/add-or-update.vue b/src/views/travelAdjust/add-or-update.vue new file mode 100644 index 0000000..11be00a --- /dev/null +++ b/src/views/travelAdjust/add-or-update.vue @@ -0,0 +1,175 @@ + + + diff --git a/src/views/travelAdjust/index.vue b/src/views/travelAdjust/index.vue new file mode 100644 index 0000000..7546ba0 --- /dev/null +++ b/src/views/travelAdjust/index.vue @@ -0,0 +1,128 @@ + + +