diff --git a/env/.env.development b/env/.env.development index 09ee786..375d2cf 100644 --- a/env/.env.development +++ b/env/.env.development @@ -4,6 +4,6 @@ NODE_ENV = 'development' VITE_DELETE_CONSOLE = false # 是否开启sourcemap VITE_SHOW_SOURCEMAP = true -VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' #VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' \ No newline at end of file diff --git a/manifest.config.ts b/manifest.config.ts index ff0af2f..522f21c 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -26,9 +26,20 @@ export default defineManifestConfig({ usingComponents: true, nvueStyleCompiler: 'uni-app', compilerVersion: 3, + android: { + webView: { + domStorageEnabled: true, + databaseEnabled: true, + allowFileAccess: true + } + }, compatible: { ignoreVersion: true, }, + webview: { + debug: true, + crossDomain: true // 允许跨域通信 + }, splashscreen: { alwaysShowBeforeRender: true, waiting: true, diff --git a/src/api/bpm/sign.ts b/src/api/bpm/sign.ts new file mode 100644 index 0000000..76769f8 --- /dev/null +++ b/src/api/bpm/sign.ts @@ -0,0 +1,26 @@ +import { http } from '@/utils/http'; + +/*通过id查询数据*/ +export function checkSign(ldhth : string) { + return http({ + url: '/cxcesign/cxcEsign/getUserCo', + method: 'GET', + data: { ldhth } + }) +} + +export function getCompleteNum(procInsId : string) { + return http({ + url: '/cxcesign/cxcEsign/getCompleteNum', + method: 'GET', + data: { procInsId } + }) +} + +export function processHistoryList(processInstanceId : string) { + return http({ + url: '/act/task/processHistoryList', + method: 'GET', + data: { processInstanceId } + }) +} \ No newline at end of file diff --git a/src/api/integrated/unconventional.ts b/src/api/integrated/unconventional.ts new file mode 100644 index 0000000..3221818 --- /dev/null +++ b/src/api/integrated/unconventional.ts @@ -0,0 +1,10 @@ +import { http } from '@/utils/http'; + +// 健康数据提交API +export function queryUnData(data : Object) { + return http({ + url: '/cxcfcggzsq/cxcFcggzsq/queryByIdDict', + method: 'get', + data + }) +} \ No newline at end of file diff --git a/src/components/Esign/SinopecEsignPage.vue b/src/components/Esign/SinopecEsignPage.vue new file mode 100644 index 0000000..218a3a0 --- /dev/null +++ b/src/components/Esign/SinopecEsignPage.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/src/components/Esign/SinopecEsignPageAPP.vue b/src/components/Esign/SinopecEsignPageAPP.vue new file mode 100644 index 0000000..fb275f8 --- /dev/null +++ b/src/components/Esign/SinopecEsignPageAPP.vue @@ -0,0 +1,250 @@ + + + + + + + + \ No newline at end of file diff --git a/src/components/Esign/SinopecEsignPageH5.vue b/src/components/Esign/SinopecEsignPageH5.vue new file mode 100644 index 0000000..72a21bb --- /dev/null +++ b/src/components/Esign/SinopecEsignPageH5.vue @@ -0,0 +1,230 @@ + + + + + \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 5fdabbc..df63d6a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -89,8 +89,19 @@ } } }, + "android": { + "webView": { + "domStorageEnabled": true, + "databaseEnabled": true, + "allowFileAccess": true + } + }, "compatible": { "ignoreVersion": true + }, + "webview": { + "debug": true, + "crossDomain": true } }, "quickapp": {}, diff --git a/src/pages-bpm/unconventional/index.vue b/src/pages-bpm/unconventional/index.vue new file mode 100644 index 0000000..84f6298 --- /dev/null +++ b/src/pages-bpm/unconventional/index.vue @@ -0,0 +1,52 @@ + + + \ No newline at end of file diff --git a/src/pages-bpm/unconventional/stamp.vue b/src/pages-bpm/unconventional/stamp.vue new file mode 100644 index 0000000..010f279 --- /dev/null +++ b/src/pages-bpm/unconventional/stamp.vue @@ -0,0 +1,123 @@ + + + + \ No newline at end of file diff --git a/src/pages-process/components/DynamicLink.vue b/src/pages-process/components/DynamicLink.vue index c7873b2..39aa385 100644 --- a/src/pages-process/components/DynamicLink.vue +++ b/src/pages-process/components/DynamicLink.vue @@ -1,16 +1,17 @@ -