refactor: ui prepare

This commit is contained in:
xiaojunnuo
2021-01-21 23:59:06 +08:00
parent c26417d769
commit d3619ad60f
17 changed files with 292 additions and 245 deletions
+9
View File
@@ -0,0 +1,9 @@
import { request } from './service'
export default {
list () {
return request({
url: '/plugins/list'
})
}
}
+9
View File
@@ -0,0 +1,9 @@
export default {
devServer: {
proxy: {
'/': {
target: 'http://localhost:3000/'
}
}
}
}