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.

fileURL.js 403B

123456789
  1. import {
  2. envs
  3. } from '@/utils/network/api.js'
  4. // export const fileURL = 'http://47.94.96.52/'
  5. // export const fileURL = 'http://222.85.144.89:19002/default-bucket/'
  6. export const downloadFileURL = envs[process.env.NODE_ENV].baseUrl + '/user-export-excel/'
  7. export const fileURL = envs[process.env.NODE_ENV].baseUrl + '/default-bucket/'
  8. export const fileURLList = envs[process.env.NODE_ENV].baseUrl + "/"