Change-Id: I61c200e1e003292387589969065b66de75594854
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
left: 0;
z-index: 100;
height: 100vh;
- background: #313449 url('assets/images/UUIMenuBar.png') no-repeat;
+ background: #313449 url('../assets/images/UUIMenuBar.png') no-repeat;
background-size: 100%;
.siderContent{
width: 100%;
// proxy routers setting
module.exports =
{
-
"/api/*": "/$1",
"/*/*": "/$1_$2",
"/*/*/*": "/$1_$2_$3",
"/*/*/*/*": "/$1_$2_$3_$4",
-
}
routerpathArr[`/${newPath}`] = `/${item}`;
})
//start to rewrite routers
+ // console.log(customersRouters, "===customersRouters")
+ // server.use(jsonServer.rewriter(customersRouters))
server.use(jsonServer.rewriter(routerpathArr));
}