Commit 96903729 authored by zhengke's avatar zhengke

修改

parent 3b57e277
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
<style> <style>
@import url('~assets/css/font.css'); @import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_q2oo9gmf1qr.css'); @import url('//at.alicdn.com/t/font_2077629_nxgpz5on5ji.css');
html, html,
body, body,
......
This diff is collapsed.
...@@ -77,6 +77,11 @@ const routes = [{ ...@@ -77,6 +77,11 @@ const routes = [{
component: () => component: () =>
import("pages/course/chapter.vue") import("pages/course/chapter.vue")
}, },
{
path: "/financial/PlatformAccount", //平台账户
component: () =>
import("pages/course/chapter.vue")
},
{ {
path: "/test", //API测试 path: "/test", //API测试
component: () => 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