~~在线预览: https://q.itbug.shop~~重构中
接口文档: Apifox
web后台: https://github.com/mdddj/dd_server_admin
web后台预览: https://admin.itbug.shop
macos安装包: 下载
//lib/main.dart
const apiHost = 'https://api.itbug.shop';
const apiPort = '443';
如果不能加载依赖,请把以下依赖改成pub.dev上面的版本
dd_js_util:
path: ../dd_js_util
dd_models:
path: ../plugins/dataoke_sdk/dd_models
dd_check_plugin:
path: ../../hlx/github/dd_check_plugin
dataoke_sdk:
path: ../plugins/dataoke_sdk
关于本项目
淘宝客APP,在线商城
系统设计
1.系统定时任务,没5秒查询一下渠道订单,如果查询到数据,会插入到本地数据库中,并关联用户 2.接口数据来自大淘客,和折淘客,可以在web后台绑定自己的apikey
项目截图
一些 | 截图 | 预览 |
---|---|---|
- | - |
请喝咖啡
在web中构建
flutter build
web --dart-define=FLUTTER_WEB_CANVASKIT_URL=https: //unpkg.zhimg.com/[email protected]/bin/
全局加载器
<link rel="stylesheet" href="css/uikit.min.css"/>
<style>
.container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 150px;
}
</style>
<body class="container">
<div style="text-align: center">
<div><span uk-spinner="ratio: 4.5"></span></div>
<div style="margin-top: 12px">加载中</div>
</div>
<script src="js/uikit.min.js"></script>