diff --git a/.idea/modules.xml b/.idea/modules.xml index fb53228..8067a1b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/moce-base.iml b/.idea/oa-base.iml similarity index 100% rename from .idea/moce-base.iml rename to .idea/oa-base.iml diff --git a/config/index.js b/config/index.js index d4e7e37..ca72306 100644 --- a/config/index.js +++ b/config/index.js @@ -1,12 +1,12 @@ -const env = 'test'; +const env = 'dev'; const configs = { LocalTest: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', - h5Url:'http://192.168.88.53:8080/#/' + h5Url:'http://192.168.88.37:8080/#/' }, dev: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', - h5Url:'http://192.168.88.50:8080/#/' + h5Url:'http://192.168.88.37:8080/#/' }, test: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index c9dd825..ae2f59b 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -2698,15 +2698,15 @@ if (uni.restoreGlobal) { }, 8, ["show", "zIndex", "onTouchmove"]); } const uvNoNetwork = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-bffa4de5"], ["__file", "D:/WebstormProjects/oa-base/uni_modules/uv-no-network/components/uv-no-network/uv-no-network.vue"]]); - const env = "test"; + const env = "dev"; const configs = { LocalTest: { apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend", - h5Url: "http://192.168.88.53:8080/#/" + h5Url: "http://192.168.88.37:8080/#/" }, dev: { apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend", - h5Url: "http://192.168.88.50:8080/#/" + h5Url: "http://192.168.88.37:8080/#/" }, test: { apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend", @@ -3110,7 +3110,7 @@ if (uni.restoreGlobal) { function I(e2) { return e2 && "string" == typeof e2 ? JSON.parse(e2) : e2; } - const S = true, b = "app", A = I(define_process_env_UNI_SECURE_NETWORK_CONFIG_default), C = b, P = I('{\n "address": [\n "127.0.0.1",\n "192.168.56.1",\n "192.168.88.61"\n ],\n "debugPort": 9001,\n "initialLaunchType": "local",\n "servePort": 7001,\n "skipFiles": [\n "/**",\n "C:/Users/37363/Downloads/HBuilderX.4.08.2024040127/HBuilderX/plugins/unicloud/**/*.js"\n ]\n}\n'), T = I('[{"provider":"alipay","spaceName":"oaapp","spaceId":"env-00jxgxphla18","spaceAppId":"2021004145628977","accessKey":"ZALus7EgJXdovISb","secretKey":"7qzvVrPN0mAxfcLr"}]') || []; + const S = true, b = "app", A = I(define_process_env_UNI_SECURE_NETWORK_CONFIG_default), C = b, P = I('{\n "address": [\n "127.0.0.1",\n "192.168.56.1",\n "192.168.88.37"\n ],\n "debugPort": 9000,\n "initialLaunchType": "local",\n "servePort": 7000,\n "skipFiles": [\n "/**",\n "C:/Users/37363/Downloads/HBuilderX.4.08.2024040127/HBuilderX/plugins/unicloud/**/*.js"\n ]\n}\n'), T = I('[{"provider":"alipay","spaceName":"oaapp","spaceId":"env-00jxgxphla18","spaceAppId":"2021004145628977","accessKey":"ZALus7EgJXdovISb","secretKey":"7qzvVrPN0mAxfcLr"}]') || []; let O = ""; try { O = "__UNI__4796942"; diff --git a/unpackage/oa考勤系统.zip b/unpackage/oa考勤系统.zip index 55145ba..da8a576 100644 Binary files a/unpackage/oa考勤系统.zip and b/unpackage/oa考勤系统.zip differ