feat(小程序): 修复运行时与登录链路

This commit is contained in:
stu2not
2026-04-22 17:25:03 +08:00
parent 24b1d1025b
commit d7df6f565c
12 changed files with 297 additions and 426 deletions

View File

@@ -4,8 +4,10 @@
"private": true,
"description": "伴伴微信小程序",
"scripts": {
"build:weapp": "cross-env NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp",
"dev:weapp": "cross-env NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp --watch"
"dev": "npm run dev:weapp",
"build": "npm run build:weapp",
"build:weapp": "NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp",
"dev:weapp": "NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp --watch"
},
"dependencies": {
"@tarojs/components": "^3.6.38",
@@ -13,8 +15,8 @@
"@tarojs/react": "^3.6.38",
"@tarojs/runtime": "^3.6.38",
"@tarojs/taro": "^3.6.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"webpack": "^4.47.0"
},
"devDependencies": {
@@ -25,7 +27,6 @@
"@types/react": "^18.0.0",
"@types/webpack-env": "^1.13.9",
"babel-preset-taro": "^3.6.38",
"cross-env": "^10.1.0",
"typescript": "^4.1.0"
}
}