From 63883356b1a5e5296e0b6673a09a9c58fb4599b0 Mon Sep 17 00:00:00 2001 From: yangxiao <3261756395@qq.com> Date: Sun, 28 Dec 2025 19:48:00 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=8F=90=E4=BA=A4=E7=BB=B4=E6=9D=83?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 +- package-lock.json | 2 +- .../rightsProtectionApplication.vue | 304 ++++++++ pages.json | 10 +- pages/index/components/index-refactor.vue | 14 +- static/imgs/shihezi.jpg | Bin 0 -> 68248 bytes uni_modules/uni-file-picker/changelog.md | 91 +++ .../uni-file-picker/choose-and-upload-file.js | 287 ++++++++ .../uni-file-picker/uni-file-picker.vue | 680 ++++++++++++++++++ .../uni-file-picker/upload-file.vue | 323 +++++++++ .../uni-file-picker/upload-image.vue | 285 ++++++++ .../components/uni-file-picker/utils.js | 110 +++ uni_modules/uni-file-picker/package.json | 105 +++ uni_modules/uni-file-picker/readme.md | 10 + vite.config.js | 8 + 15 files changed, 2223 insertions(+), 9 deletions(-) create mode 100644 packageA/pages/rightsProtectionApplication/rightsProtectionApplication.vue create mode 100644 static/imgs/shihezi.jpg create mode 100644 uni_modules/uni-file-picker/changelog.md create mode 100644 uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js create mode 100644 uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue create mode 100644 uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue create mode 100644 uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue create mode 100644 uni_modules/uni-file-picker/components/uni-file-picker/utils.js create mode 100644 uni_modules/uni-file-picker/package.json create mode 100644 uni_modules/uni-file-picker/readme.md diff --git a/config.js b/config.js index e018d99..ec4a15b 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,8 @@ export default { // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 - baseUrl: 'http://36.105.163.21:30083/rgpp/api', // 测试 + baseUrl: '', // 测试 + // baseUrl: 'http://36.105.163.21:30083/rgpp/api', // 测试 // baseUrl: 'http://192.168.3.29:8081', // baseUrl: 'http://10.213.6.207:19010/api', // 语音转文字 diff --git a/package-lock.json b/package-lock.json index 93ca9f3..f68f0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "qingdao-employment-service", + "name": "shihezi-employment-service", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/packageA/pages/rightsProtectionApplication/rightsProtectionApplication.vue b/packageA/pages/rightsProtectionApplication/rightsProtectionApplication.vue new file mode 100644 index 0000000..6e9a3ab --- /dev/null +++ b/packageA/pages/rightsProtectionApplication/rightsProtectionApplication.vue @@ -0,0 +1,304 @@ +