[webapp]小端页面自适应优化

This commit is contained in:
tomsun28
2022-01-30 10:16:23 +08:00
parent 5219474653
commit 4b57dcc970
8 changed files with 200 additions and 163 deletions

View File

@@ -11,7 +11,7 @@ export const environment = {
production: false,
useHash: false,
api: {
baseUrl: 'http://localhost:8080/',
baseUrl: 'http://localhost:1157/',
refreshTokenEnabled: true
},
modules: [DelonMockModule.forRoot({ data: MOCK_DATA })]