Added more data to mock-api and multiple sub-pages
This commit is contained in:
committed by
Erik Tiekstra
parent
9d82c91348
commit
cb5cb8b486
28
mock-api/dafa-web/scripts/services.js
Normal file
28
mock-api/dafa-web/scripts/services.js
Normal file
@@ -0,0 +1,28 @@
|
||||
function generateServices() {
|
||||
return [
|
||||
{
|
||||
id: 1,
|
||||
name: 'KROM',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: 'STOM',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: 'KVL',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: 'YSM',
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: 'AUB',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
export default {
|
||||
generate: generateServices,
|
||||
};
|
||||
Reference in New Issue
Block a user