@@ -0,0 +1,28 @@
+<template>
+ <view class="container">
+ <cu-custom id="custom"
+ bgImage="https://yostest175549.obs.cn-east-2.myhuaweicloud.com:443/202306151686796745663B52544232.png"
+ :isBack="true">
+ <block slot="backText">返回</block>
+ <block slot="content">
+ 签到记录
+ </block>
+ </cu-custom>
+ </view>
+</template>
+
+<script>
+export default {
+ components: {},
+ name: "SignIn",
+ data() {
+ return {
+ }
+ },
+ onLoad(options) {
+ methods: {}
+}
+</script>
+<style lang="scss" scoped></style>
@@ -34,6 +34,8 @@
"path": "workOrder/detail"
}, {
"path": "workOrder/setNode"
+ }, {
+ "path": "signIn/index"
}]
"root": "control",
@@ -3,7 +3,7 @@
<view class="tabbar-box-wrap">
<view class="tabbar-box">
<view class="item">
- <navigator url="#" class="nav">
+ <navigator url="/packageA/signIn/index" class="nav">
<view class="icon">
<text class="iconfont icon-a-wodemendianxinxidizhi" />
</view>