i18n.js 226 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 import request from "@/utils/request"; // 获取远端文件 assetsIp形式 export function getI18nPropertiesApi(lang) { return request({ url: `/i18n/server/messages_${lang}.properties`, method: "get", }, 'assetsIp'); }