diff --git a/components/canvas.vue b/components/canvas.vue
new file mode 100644
index 0000000..c6b7b9b
--- /dev/null
+++ b/components/canvas.vue
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+
+ 取消
+ 清除
+ 保存
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index f959987..264bde8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "曲阳金隅EHS",
"appid" : "__UNI__B00D419",
"description" : "曲阳金隅EHS",
- "versionName" : "1.01.27",
- "versionCode" : 101027,
+ "versionName" : "1.01.28",
+ "versionCode" : 101028,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -122,6 +122,20 @@
"mode" : "history",
"base" : "/h5/"
},
- "title" : "曲阳金隅EHS"
+ "title" : "曲阳金隅EHS",
+ "devServer" : {
+ "port" : 8080,
+ "disableHostCheck" : true,
+ "proxy" : {
+ "/api" : {
+ "target" : "http://222.222.144.147:6013/api/",
+ "changeOrigin" : true,
+ "secure" : true,
+ "pathRewrite" : {
+ "^/api" : "/api" // 设置/api路径重定向
+ }
+ }
+ }
+ }
}
}
diff --git a/pages.json b/pages.json
index 22e2c89..a0c7368 100644
--- a/pages.json
+++ b/pages.json
@@ -418,7 +418,17 @@
"enablePullDownRefresh": false
}
}
- ],
+ ,{
+ "path" : "pages/my/signature",
+ "style" :
+ {
+ "navigationBarTitleText": "我的电子签名",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "曲阳金隅EHS",
diff --git a/pages/my/my.vue b/pages/my/my.vue
index f3aa578..a5a27b7 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -58,6 +58,12 @@
我的人员库
+
+
+ 我的电子签名
+
+
@@ -125,6 +131,11 @@
url: '/pages/workSpace/rpj/remployee'
})
}
+ else if (type == "signature") {
+ uni.navigateTo({
+ url: '/pages/my/signature'
+ })
+ }
else if (type == "password") {
uni.navigateTo({
url: '/pages/my/passwordChange'
diff --git a/pages/my/signature.vue b/pages/my/signature.vue
new file mode 100644
index 0000000..406b5af
--- /dev/null
+++ b/pages/my/signature.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+