Rap 原分销系统代码Web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

d933780835310f4e28bdceb1226af2d255dfe7be.svn-base 146B

пре 8 месеци
12345678
  1. import request from '@/utils/request'
  2. export function doMainName() {
  3. return request({
  4. url: '/api/file/doMainName',
  5. method: 'get'
  6. })
  7. }