我已经在本地打开了一些配置js文件,例如color和..
import { Color, Images, Config } from "@common";
现在我想从服务器而不是Color.js加载JSON怎么做?当我使用fetch时,fetch在将颜色应用于要素后才起作用。我想先加载JSON,然后像本地文件一样使用它。.
这是我的JSON:http://size.ir/restapi/get_config 这是我本地的js颜色:
export default {
primary: "#ff9000",
headerTintColor: "#000",
}
答案 0 :(得分:0)
只需fetch()。then(()=> require('common')