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
Expand all
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
This diff is collapsed.
Click to expand it.
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