You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2019. It is now read-only.
如下:
import {Button, flexCenter} from "basic"
import {ZNavbar} from "domain/component"
import {COLOR_NAV_DARK, COLOR_TITLE} from "domain/def"
import {Routes} from "domain/page"
import {get_token} from "domain/api/apis"
import {init} from "domain/redux/init"
// 定义全局函数
import "domain/def/global.function.def"
import {App} from "./app"
entry.js中是import 引入的模块
如下:
import {Button, flexCenter} from "basic"
import {ZNavbar} from "domain/component"
import {COLOR_NAV_DARK, COLOR_TITLE} from "domain/def"
import {Routes} from "domain/page"
import {get_token} from "domain/api/apis"
import {init} from "domain/redux/init"
// 定义全局函数
import "domain/def/global.function.def"
import {App} from "./app"
只要是自定义的全部报错找不到模块。
用的版本如下:
react-web -v
react-web-cli: 0.0.4
react-web: 0.4.6
react-native -v
react-native-cli: 2.0.1
react-native: 0.40.0
请大牛分析下原因:sq
The text was updated successfully, but these errors were encountered: