瀏覽代碼

修改文案

Yansen 10 月之前
父節點
當前提交
6563f0a647
共有 5 個文件被更改,包括 95 次插入4 次删除
  1. 2
    2
      config/dev.js
  2. 1
    1
      config/prod.js
  3. 1
    0
      package.json
  4. 1
    1
      src/components/AuthPage/index.jsx
  5. 90
    0
      yarn-error.log

+ 2
- 2
config/dev.js 查看文件

@@ -3,8 +3,8 @@ module.exports = {
3 3
     NODE_ENV: '"development"'
4 4
   },
5 5
   defineConstants: {
6
-    // HOST: '"http://127.0.0.1:8080"',
7
-    HOST: '"http://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"http://127.0.0.1:8081"',
7
+    // HOST: '"http://sgl-v2-test.njyunzhi.com"',
8 8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9 9
     VERSION: '"2.0.33"',
10 10
   },

+ 1
- 1
config/prod.js 查看文件

@@ -5,7 +5,7 @@ module.exports = {
5 5
   defineConstants: {
6 6
     HOST: '"https://sgl-v2.njyunzhi.com"',
7 7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
-    VERSION: '"2.0.36_2021-10-11 22:14:48"',
8
+    VERSION: '"2.0.38_2024-06-26 17:56:30"',
9 9
   },
10 10
   mini: {},
11 11
   h5: {

+ 1
- 0
package.json 查看文件

@@ -46,6 +46,7 @@
46 46
   },
47 47
   "devDependencies": {
48 48
     "@babel/core": "^7.8.0",
49
+    "@tarojs/cli": "^3.3.2",
49 50
     "@tarojs/mini-runner": "3.3.2",
50 51
     "@tarojs/webpack-runner": "3.3.2",
51 52
     "@types/react": "^17.0.2",

+ 1
- 1
src/components/AuthPage/index.jsx 查看文件

@@ -34,7 +34,7 @@ export default (props) => {
34 34
         className='login'
35 35
         openType='getPhoneNumber'
36 36
         onGetPhoneNumber={handlePhoneNumber}
37
-      >微信手机号一键登录</button>
37
+      >手机号快捷登录</button>
38 38
       <view className='buttom'>
39 39
         <Label>
40 40
           <RadioGroup onChange={handleChange}>

+ 90
- 0
yarn-error.log 查看文件

@@ -0,0 +1,90 @@
1
+Arguments: 
2
+  D:\applications\nodejs\node.exe D:\node\node_global\node_modules\yarn\bin\yarn.js add -D @tarojs/cli@3.3.2
3
+
4
+PATH: 
5
+  E:\app\admin\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\applications\Python39\Scripts\;D:\applications\Python39\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\applications\Microsoft VS Code\bin;D:\applications\Git\cmd;D:\applications\nvm;D:\applications\nodejs;D:\applications\Go1.17\bin;D:\applications\NetSarang\Xshell 7\;D:\node\node_global;D:\node\node_global\bin;E:\Go\bin;D:\applications\flutter\bin;D:\applications\dart-sdk\bin;D:\applications\gradle-7.4.1\bin;D:\applications\Java\jdk1.8.0_311\bin;C:\Program Files\dotnet\;D:\applications\apache-tomcat-8.5.81\bin;D:\applications\SQLite;D:\applications\ffmpeg-5.1-essentials_build\bin;D:\applications\Tencent\微信web开发者工具\dll;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\applications\Android\Sdk\platform-tools;;D:\applications\微信web开发者工具\dll;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Users\admin\AppData\Local\Microsoft\WindowsApps;D:\applications\nvm;D:\applications\nodejs;C:\Users\admin\go\bin;D:\applications\JetBrains\IntelliJ IDEA 2021.3.2\bin;D:\applications\Fiddler;C:\Users\admin\.dotnet\tools;C:\Users\admin\AppData\Local\GitHubDesktop\bin;D:\applications\Bandizip\
6
+
7
+Yarn version: 
8
+  1.22.17
9
+
10
+Node version: 
11
+  16.14.0
12
+
13
+Platform: 
14
+  win32 x64
15
+
16
+Trace: 
17
+  Error: certificate has expired
18
+      at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
19
+      at TLSSocket.emit (node:events:520:28)
20
+      at TLSSocket._finishInit (node:_tls_wrap:944:8)
21
+      at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
22
+
23
+npm manifest: 
24
+  {
25
+    "name": "miniapp",
26
+    "version": "1.0.0",
27
+    "private": true,
28
+    "description": "十公里",
29
+    "templateInfo": {
30
+      "name": "default",
31
+      "typescript": false,
32
+      "css": "less"
33
+    },
34
+    "scripts": {
35
+      "build:weapp": "taro build --type weapp",
36
+      "build:swan": "taro build --type swan",
37
+      "build:alipay": "taro build --type alipay",
38
+      "build:tt": "taro build --type tt",
39
+      "build:h5": "taro build --type h5",
40
+      "build:rn": "taro build --type rn",
41
+      "build:qq": "taro build --type qq",
42
+      "build:jd": "taro build --type jd",
43
+      "build:quickapp": "taro build --type quickapp",
44
+      "dev:weapp": "npm run build:weapp -- --watch",
45
+      "dev:swan": "npm run build:swan -- --watch",
46
+      "dev:alipay": "npm run build:alipay -- --watch",
47
+      "dev:tt": "npm run build:tt -- --watch",
48
+      "dev:h5": "npm run build:h5 -- --watch",
49
+      "dev:rn": "npm run build:rn -- --watch",
50
+      "dev:qq": "npm run build:qq -- --watch",
51
+      "dev:jd": "npm run build:jd -- --watch",
52
+      "dev:quickapp": "npm run build:quickapp -- --watch"
53
+    },
54
+    "browserslist": [
55
+      "last 3 versions",
56
+      "Android >= 4.1",
57
+      "ios >= 8"
58
+    ],
59
+    "author": "",
60
+    "dependencies": {
61
+      "@babel/runtime": "^7.7.7",
62
+      "@tarojs/components": "3.3.2",
63
+      "@tarojs/react": "3.3.2",
64
+      "@tarojs/runtime": "3.3.2",
65
+      "@tarojs/taro": "3.3.2",
66
+      "@zjxpcyc/react-tiny-store": "^1.0.0",
67
+      "react": "^17.0.0",
68
+      "react-dom": "^17.0.0"
69
+    },
70
+    "devDependencies": {
71
+      "@babel/core": "^7.8.0",
72
+      "@tarojs/mini-runner": "3.3.2",
73
+      "@tarojs/webpack-runner": "3.3.2",
74
+      "@types/react": "^17.0.2",
75
+      "@types/webpack-env": "^1.13.6",
76
+      "babel-preset-taro": "3.3.2",
77
+      "eslint": "^6.8.0",
78
+      "eslint-config-taro": "3.3.2",
79
+      "eslint-plugin-import": "^2.12.0",
80
+      "eslint-plugin-react": "^7.8.2",
81
+      "eslint-plugin-react-hooks": "^4.2.0",
82
+      "stylelint": "9.3.0"
83
+    }
84
+  }
85
+
86
+yarn manifest: 
87
+  No manifest
88
+
89
+Lockfile: 
90
+  No lockfile