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 428B

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