移动端V1.0

This commit is contained in:
2025-07-16 15:34:34 +08:00
commit 194b0750fd
1083 changed files with 178295 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "xgxt_app",
"version": "1.0.0",
"description": "水电学工系统移动端",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/uni-app": "^1.4.8"
},
"dependencies": {
"@wecom/jssdk": "^2.3.1",
"weixin-js-sdk": "^1.6.5"
}
}