Commit 1f745f0c authored by huangyuanyuan's avatar huangyuanyuan

签证

parent 50c1d850
...@@ -29,6 +29,7 @@ export default { ...@@ -29,6 +29,7 @@ export default {
B2BDomain:window.location.host.split(':')[0] B2BDomain:window.location.host.split(':')[0]
} }
this.apipost('admin_get_GetGroupDomain',msg,r=>{ this.apipost('admin_get_GetGroupDomain',msg,r=>{
// console.log("res",r);
let g={} let g={}
g.i=r.data.data.GroupId g.i=r.data.data.GroupId
g.n=r.data.data.GroupName g.n=r.data.data.GroupName
...@@ -59,7 +60,7 @@ export default { ...@@ -59,7 +60,7 @@ export default {
<style> <style>
@import './assets/global/font.css'; @import './assets/global/font.css';
@import '//at.alicdn.com/t/font_863923_lhegred4hm.css'; @import '//at.alicdn.com/t/font_863923_lzf5ymeg5ss.css';
@import './assets/global/global.css'; @import './assets/global/global.css';
body,html{ body,html{
padding: 0px; padding: 0px;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -281,6 +281,15 @@ export default new Router({ ...@@ -281,6 +281,15 @@ export default new Router({
title: "签证详情" title: "签证详情"
} }
}, },
{
path: "/SchedProduct",
name: "SchedProduct",
component: resolve =>
require(["@/components/visa/SchedProduct"], resolve),
meta: {
title: "签证预定"
}
},
{ {
path: "/IndependentTravel", path: "/IndependentTravel",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment