Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d8e74f8d
authored
Dec 23, 2024
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
unitH5
parent
e557ce15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
297 additions
and
73 deletions
manifest.json
package-lock.json
manifest.json
View file @
d8e74f8d
{
"name"
:
"H5_2.0"
,
"appid"
:
"__UNI__7228DC6
"
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"h5"
:
{
"devServer"
:
{
"port"
:
8081
,
"disableHostCheck"
:
true
,
"proxy"
:
{
"/apis"
:
{
"target"
:
"http://api.liexin.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/apis"
:
""
"name"
:
"H5_2.0"
,
"appid"
:
"__UNI__4C0034B
"
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"h5"
:
{
"devServer"
:
{
"port"
:
8081
,
"disableHostCheck"
:
true
,
"proxy"
:
{
"/apis"
:
{
"target"
:
"http://api.liexin.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/apis"
:
""
}
},
"/esapi"
:
{
"target"
:
"http://so.liexin.net"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/esapi"
:
""
"/esapi"
:
{
"target"
:
"http://so.liexin.net"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/esapi"
:
""
}
},
"/v3"
:
{
"target"
:
"http://www.liexin.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/v3"
:
"/v3/"
"/v3"
:
{
"target"
:
"http://www.liexin.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/v3"
:
"/v3/"
}
},
"/cube"
:
{
"target"
:
"http://cube.jianming.liexinlocal.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/cube"
:
""
"/cube"
:
{
"target"
:
"http://cube.jianming.liexinlocal.com"
,
"changeOrigin"
:
true
,
"secure"
:
true
,
"pathRewrite"
:
{
"^/cube"
:
""
}
}
}
},
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
false
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
false
}
}
},
"app-plus"
:
{
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
true
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
"app-plus"
:
{
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
true
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
},
/*
模块配置
*/
"modules"
:
{},
"modules"
:
{},
/*
应用发布信息
*/
"distribute"
:
{
"distribute"
:
{
/*
android打包配置
*/
"android"
:
{
"permissions"
:
[
"android"
:
{
"permissions"
:
[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
...
...
@@ -85,32 +85,32 @@
]
},
/*
ios打包配置
*/
"ios"
:
{},
"ios"
:
{},
/*
SDK配置
*/
"sdkConfigs"
:
{}
"sdkConfigs"
:
{}
}
},
"quickapp"
:
{},
"mp-weixin"
:
{
"appid"
:
""
,
"setting"
:
{
"urlCheck"
:
false
"quickapp"
:
{},
"mp-weixin"
:
{
"appid"
:
""
,
"setting"
:
{
"urlCheck"
:
false
},
"usingComponents"
:
true
"usingComponents"
:
true
},
"mp-alipay"
:
{
"usingComponents"
:
true
"mp-alipay"
:
{
"usingComponents"
:
true
},
"mp-baidu"
:
{
"usingComponents"
:
true
"mp-baidu"
:
{
"usingComponents"
:
true
},
"mp-toutiao"
:
{
"usingComponents"
:
true
"mp-toutiao"
:
{
"usingComponents"
:
true
},
"uniStatistics"
:
{
"enable"
:
false
"uniStatistics"
:
{
"enable"
:
false
},
"vueVersion"
:
"2"
,
"fallbackLocale"
:
"zh-Hans"
,
"locale"
:
"zh-Hans"
}
\ No newline at end of file
"vueVersion"
:
"2"
,
"fallbackLocale"
:
"zh-Hans"
,
"locale"
:
"zh-Hans"
}
package-lock.json
View file @
d8e74f8d
{
"name"
:
"h5_2.0"
,
"version"
:
"1.0.0"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"h5_2.0"
,
"version"
:
"1.0.0"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"jweixin-module"
:
"^1.6.0"
,
"lodash"
:
"^4.17.21"
,
"query-string"
:
"^6.14.1"
,
"uni-simple-router"
:
"^1.5.5"
,
"vue-baidu-map"
:
"^0.21.22"
}
},
"node_modules/argparse"
:
{
"version"
:
"1.0.10"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/argparse/-/argparse-1.0.10.tgz"
,
"integrity"
:
"sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
,
"dependencies"
:
{
"sprintf-js"
:
"~1.0.2"
}
},
"node_modules/bmaplib.curveline"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/bmaplib.curveline/-/bmaplib.curveline-1.0.0.tgz"
,
"integrity"
:
"sha512-9wcFMVhiYxNPqpvsLDAADn3qDhNzXp2mA6VyHSHg2XOAgSooC7ZiujdFhy0sp+0QYjTfJ/MjmLuNoUg2HHxH4Q=="
},
"node_modules/bmaplib.heatmap"
:
{
"version"
:
"1.0.4"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/bmaplib.heatmap/-/bmaplib.heatmap-1.0.4.tgz"
,
"integrity"
:
"sha512-rmhqUARBpUSJ9jXzUI2j7dIOqnc38bqubkx/8a349U2qtw/ulLUwyzRD535OrA8G7w5cz4aPKm6/rNvUAarg/Q=="
},
"node_modules/bmaplib.lushu"
:
{
"version"
:
"1.0.7"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/bmaplib.lushu/-/bmaplib.lushu-1.0.7.tgz"
,
"integrity"
:
"sha512-LVvgpESPii6xGxyjnQjq8u+ic4NjvhdCPV/RiSS/PGTUdZKeTDS7prSpleJLZH3ES0+oc0gYn8bw0LtPYUSz2w=="
},
"node_modules/bmaplib.markerclusterer"
:
{
"version"
:
"1.0.13"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/bmaplib.markerclusterer/-/bmaplib.markerclusterer-1.0.13.tgz"
,
"integrity"
:
"sha512-VrLyWSiuDEVNi0yUfwOhFQ6z1oEEHS4w36GNu3iASu6p52QIx9uAXMUkuSCHReNR0bj2Cp9SA1dSx5RpojXajQ=="
,
"dependencies"
:
{
"bmaplib.texticonoverlay"
:
"^1.0.2"
}
},
"node_modules/bmaplib.texticonoverlay"
:
{
"version"
:
"1.0.2"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/bmaplib.texticonoverlay/-/bmaplib.texticonoverlay-1.0.2.tgz"
,
"integrity"
:
"sha512-4ZTWr4ZP3B6qEWput5Tut16CfZgII38YwM3bpyb4gFTQyORlKYryFp9WHWrwZZaHlOyYDAXG9SX0hka43jTADg=="
},
"node_modules/entities"
:
{
"version"
:
"1.1.2"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/entities/-/entities-1.1.2.tgz"
,
"integrity"
:
"sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
},
"node_modules/jweixin-module"
:
{
"version"
:
"1.6.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/jweixin-module/-/jweixin-module-1.6.0.tgz"
,
"integrity"
:
"sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w=="
},
"node_modules/linkify-it"
:
{
"version"
:
"2.2.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/linkify-it/-/linkify-it-2.2.0.tgz"
,
"integrity"
:
"sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw=="
,
"dependencies"
:
{
"uc.micro"
:
"^1.0.1"
}
},
"node_modules/lodash"
:
{
"version"
:
"4.17.21"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/lodash/-/lodash-4.17.21.tgz"
,
"integrity"
:
"sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/markdown-it"
:
{
"version"
:
"8.4.2"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/markdown-it/-/markdown-it-8.4.2.tgz"
,
"integrity"
:
"sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ=="
,
"dependencies"
:
{
"argparse"
:
"^1.0.7"
,
"entities"
:
"~1.1.1"
,
"linkify-it"
:
"^2.0.0"
,
"mdurl"
:
"^1.0.1"
,
"uc.micro"
:
"^1.0.5"
},
"bin"
:
{
"markdown-it"
:
"bin/markdown-it.js"
}
},
"node_modules/mdurl"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/mdurl/-/mdurl-1.0.1.tgz"
,
"integrity"
:
"sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
},
"node_modules/query-string"
:
{
"version"
:
"6.14.1"
,
"resolved"
:
"https://registry.npmmirror.com/query-string/-/query-string-6.14.1.tgz"
,
"integrity"
:
"sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw=="
,
"dependencies"
:
{
"decode-uri-component"
:
"^0.2.0"
,
"filter-obj"
:
"^1.1.0"
,
"split-on-first"
:
"^1.0.0"
,
"strict-uri-encode"
:
"^2.0.0"
},
"engines"
:
{
"node"
:
">=6"
},
"funding"
:
{
"url"
:
"https://github.com/sponsors/sindresorhus"
}
},
"node_modules/query-string/node_modules/decode-uri-component"
:
{
"version"
:
"0.2.2"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/decode-uri-component/-/decode-uri-component-0.2.2.tgz"
,
"integrity"
:
"sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ=="
,
"engines"
:
{
"node"
:
">=0.10"
}
},
"node_modules/query-string/node_modules/filter-obj"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/filter-obj/-/filter-obj-1.1.0.tgz"
,
"integrity"
:
"sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ=="
,
"engines"
:
{
"node"
:
">=0.10.0"
}
},
"node_modules/query-string/node_modules/split-on-first"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/split-on-first/-/split-on-first-1.1.0.tgz"
,
"integrity"
:
"sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw=="
,
"engines"
:
{
"node"
:
">=6"
}
},
"node_modules/query-string/node_modules/strict-uri-encode"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz"
,
"integrity"
:
"sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ=="
,
"engines"
:
{
"node"
:
">=4"
}
},
"node_modules/sprintf-js"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/sprintf-js/-/sprintf-js-1.0.3.tgz"
,
"integrity"
:
"sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
},
"node_modules/uc.micro"
:
{
"version"
:
"1.0.6"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/uc.micro/-/uc.micro-1.0.6.tgz"
,
"integrity"
:
"sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
},
"node_modules/uni-simple-router"
:
{
"version"
:
"1.5.5"
,
"resolved"
:
"https://registry.npmmirror.com/uni-simple-router/-/uni-simple-router-1.5.5.tgz"
,
"integrity"
:
"sha512-VjBnwhvmWYHVNsj2zcPjYBwb9TqG7miR87qLBBLI4gHOnJVYmCyjZK/bj06f9slvTMbWXrze7LJ9/Hi/8DB0ag=="
,
"hasInstallScript"
:
true
,
"dependencies"
:
{
"query-string"
:
"^6.12.1"
}
},
"node_modules/uni-simple-router/node_modules/decode-uri-component"
:
{
"version"
:
"0.2.2"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/decode-uri-component/-/decode-uri-component-0.2.2.tgz"
,
"integrity"
:
"sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ=="
,
"engines"
:
{
"node"
:
">=0.10"
}
},
"node_modules/uni-simple-router/node_modules/filter-obj"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/filter-obj/-/filter-obj-1.1.0.tgz"
,
"integrity"
:
"sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ=="
,
"engines"
:
{
"node"
:
">=0.10.0"
}
},
"node_modules/uni-simple-router/node_modules/query-string"
:
{
"version"
:
"6.14.1"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/query-string/-/query-string-6.14.1.tgz"
,
"integrity"
:
"sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw=="
,
"dependencies"
:
{
"decode-uri-component"
:
"^0.2.0"
,
"filter-obj"
:
"^1.1.0"
,
"split-on-first"
:
"^1.0.0"
,
"strict-uri-encode"
:
"^2.0.0"
},
"engines"
:
{
"node"
:
">=6"
},
"funding"
:
{
"url"
:
"https://github.com/sponsors/sindresorhus"
}
},
"node_modules/uni-simple-router/node_modules/split-on-first"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/split-on-first/-/split-on-first-1.1.0.tgz"
,
"integrity"
:
"sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw=="
,
"engines"
:
{
"node"
:
">=6"
}
},
"node_modules/uni-simple-router/node_modules/strict-uri-encode"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz"
,
"integrity"
:
"sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ=="
,
"engines"
:
{
"node"
:
">=4"
}
},
"node_modules/vue-baidu-map"
:
{
"version"
:
"0.21.22"
,
"resolved"
:
"https://repo.huaweicloud.com/repository/npm/vue-baidu-map/-/vue-baidu-map-0.21.22.tgz"
,
"integrity"
:
"sha512-WQMPCih4UTh0AZCKKH/OVOYnyAWjfRNeK6BIeoLmscyY5aF8zzlJhz/NOHLb3mdztIpB0Z6aohn4Jd9mfCSjQw=="
,
"dependencies"
:
{
"bmaplib.curveline"
:
"^1.0.0"
,
"bmaplib.heatmap"
:
"^1.0.4"
,
"bmaplib.lushu"
:
"^1.0.7"
,
"bmaplib.markerclusterer"
:
"^1.0.13"
,
"markdown-it"
:
"^8.4.0"
},
"peerDependencies"
:
{
"vue"
:
"^2.1.8"
}
}
},
"dependencies"
:
{
"argparse"
:
{
"version"
:
"1.0.10"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment