File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
ENV = ' development'
2
2
3
- VUE_APP_BASE_URL = ' http://api.s.colorful3.com '
3
+ VUE_APP_BASE_URL = ' http://localhost:5000 '
Original file line number Diff line number Diff line change 1
1
// 本文件是自动生成, 请勿修改
2
2
import Charts from '@/plugins/Charts/stage-config'
3
- import custom from '@/plugins/custom/stage-config'
4
3
import LinCmsUi from '@/plugins/LinCmsUi/stage-config'
4
+ import custom from '@/plugins/custom/stage-config'
5
5
6
- const pluginsConfig = [ Charts , custom , LinCmsUi ]
6
+ const pluginsConfig = [ Charts , LinCmsUi , custom ]
7
7
8
8
export default pluginsConfig
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default class Admin {
113
113
}
114
114
115
115
static async deleteOneUser ( id ) {
116
- const res = await _delete ( `cms/admin/${ id } ` )
116
+ const res = await _delete ( `cms/admin/user/ ${ id } ` )
117
117
return res
118
118
}
119
119
You can’t perform that action at this time.
0 commit comments