All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.src.config.index.ts Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
import {IConfig} from "@/config/types";

/**
 * @name: 配置文件
 * @author: itmobai
 * @date: 2023-02-16 13:32
 * @description:配置文件
 * @update: 2023-02-16 13:32
 */
const config: IConfig = {
  project: "Market",
  httpPrefix: "/api",
  timeOut: 10 * 60 * 1000,
  platformName: "西藏农投牧业系统",
  company: "深圳市榆晟科技有限责任公司",
  uploadUrl: "/party/oss/ordinaryUpload",
  fragmentationUrl: "/party/oss/burstUpload",
  downloadUrl: "/api/party/oss/download",
}

export default config




© 2015 - 2024 Weber Informatics LLC | Privacy Policy