添加 网络请求和token相关功能
Showing
... | ... | @@ -42,6 +42,7 @@ |
"@tarojs/taro-swan": "1.3.12", | ||
"@tarojs/taro-tt": "1.3.12", | ||
"@tarojs/taro-weapp": "1.3.12", | ||
"axios": "^0.19.0", | ||
"nerv-devtools": "^1.4.0", | ||
"nervjs": "^1.4.0", | ||
"react": "16.3.1", | ||
... | ... | @@ -58,6 +59,7 @@ |
"@tarojs/plugin-uglifyjs": "1.3.12", | ||
"@tarojs/webpack-runner": "1.3.12", | ||
"@types/react": "^16.4.8", | ||
"@types/react-native": "^0.60.3", | ||
"@types/webpack-env": "^1.13.6", | ||
"@typescript-eslint/parser": "^1.6.0", | ||
"babel-eslint": "^8.2.3", | ||
... | ... |
src/api/axios.ts
0 → 100644
src/api/client.ts
0 → 100644
src/api/index.ts
0 → 100644
src/api/users.ts
0 → 100644
src/constants/router.ts
0 → 100644
src/constants/token.ts
0 → 100644
src/constants/utils.ts
0 → 100644
src/pages/login/index.less
0 → 100644
src/pages/login/index.tsx
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment