Commit 1d15c5e0 authored by Hsinli's avatar Hsinli

add

parent c3731956
Pipeline #19642 passed with stage
in 2 seconds
...@@ -5,6 +5,6 @@ module.exports = app => { ...@@ -5,6 +5,6 @@ module.exports = app => {
const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件 const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件
router.post('/cacilator', 'cd.loanCaculator.caculator');//贷款计算器 router.post('/caculator', 'cd.loanCaculator.caculator');//贷款计算器
}; };
\ No newline at end of file
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