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

1234567891011121314
  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 + '/default-bucket/'
  7. export const fileURL = envs[process.env.NODE_ENV].baseUrl + '/default-bucket/'
  8. export const fileURLList = envs[process.env.NODE_ENV].baseUrl + "/"
  9. // export const downloadFileURL = "http://192.168.100.63:8087/user-export-excel/"
  10. // export const fileURL = "http://192.168.100.63:8087/default-bucket/"
  11. // export const fileURLList = "http://192.168.100.63:8087/"