1
0

all.config.js 259 B

12345678910
  1. import HttpHandler from '@/common/http/request.js'
  2. export default {
  3. /**
  4. * 获取应用基本配置
  5. */
  6. getAppConfigs: () => {
  7. return HttpHandler.Get(`/apis/api.uni.uhalo.pro/v1alpha1/plugins/plugin-uni-halo/getConfigs`, {})
  8. },
  9. }