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.
1234567891011121314 |
- import {
- envs
- } from '@/utils/network/api.js'
-
- // export const fileURL = 'http://47.94.96.52/'
- // export const fileURL = 'http://222.85.144.89:19002/default-bucket/'
-
- // export const downloadFileURL = envs[process.env.NODE_ENV].baseUrl + '/user-export-excel/'
- // export const fileURL = envs[process.env.NODE_ENV].baseUrl + '/default-bucket/'
- // export const fileURLList = envs[process.env.NODE_ENV].baseUrl + "/"
-
- export const downloadFileURL = "http://192.168.100.63:8087/user-export-excel/"
- export const fileURL = "http://192.168.100.63:8087/default-bucket/"
- export const fileURLList = "http://192.168.100.63:8087/"
|