Commit 93eea71f authored by 黄奎's avatar 黄奎
parents a4b1aa57 fc8cbfce
......@@ -12,7 +12,7 @@ export default {
<style>
@import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_6tc6xtjpla.css');
@import url('//at.alicdn.com/t/font_2077629_87bihpwi52w.css');
html,
body,
......
......@@ -270,3 +270,8 @@ export default {
},
}
</script>
<style>
.full-width{
height: 100%;
}
</style>
This diff is collapsed.
This diff is collapsed.
......@@ -117,6 +117,16 @@ const routes = [{
component: () =>
import("pages/financial/CostType.vue")
},
{
path: "/financial/paySetting", //支付配置管理
component: () =>
import("pages/financial/paySetting.vue")
},
{
path: '/financial/HistoryRateQuery', //历史汇率
component: () =>
import("pages/financial/HistoryRateQuery.vue")
},
{
path: "/test", //API测试
component: () =>
......
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