|
@@ -1,1202 +1,1353 @@
|
|
|
{
|
|
|
- "@platforms" : [ "android", "iPhone", "iPad" ],
|
|
|
- "id" : "H50764EDF", /*应用的标识,创建应用时自动生成,勿手动修改*/
|
|
|
- "name" : "兼职APP", /*应用名称,程序桌面图标名称*/
|
|
|
- "version" : {
|
|
|
- "name" : "1.0.3", /*应用版本名称*/
|
|
|
- "code" : "83"
|
|
|
- },
|
|
|
- "description" : "", /*应用描述信息*/
|
|
|
- "icons" : {
|
|
|
- "72" : "icon.png"
|
|
|
- },
|
|
|
- "launch_path" : "index.html", /*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/
|
|
|
- "developer" : {
|
|
|
- "name" : "", /*开发者名称*/
|
|
|
- "email" : "", /*开发者邮箱地址*/
|
|
|
- "url" : "http://www.dcloud.io"
|
|
|
- },
|
|
|
- "permissions" : {
|
|
|
- "Accelerometer" : {
|
|
|
- "description" : "访问加速度感应器"
|
|
|
- },
|
|
|
- "Cache" : {
|
|
|
- "description" : "管理应用缓存"
|
|
|
- },
|
|
|
- "Console" : {
|
|
|
- "description" : "跟踪调试输出日志"
|
|
|
- },
|
|
|
- "Downloader" : {
|
|
|
- "description" : "文件下载管理"
|
|
|
- },
|
|
|
- "Events" : {
|
|
|
- "description" : "应用扩展事件"
|
|
|
- },
|
|
|
- "File" : {
|
|
|
- "description" : "访问本地文件系统"
|
|
|
- },
|
|
|
- "Gallery" : {
|
|
|
- "description" : "访问系统相册"
|
|
|
- },
|
|
|
- "Invocation" : {
|
|
|
- "description" : "使用Native.js能力"
|
|
|
- },
|
|
|
- "Orientation" : {
|
|
|
- "description" : "访问方向感应器"
|
|
|
- },
|
|
|
- "Proximity" : {
|
|
|
- "description" : "访问距离感应器"
|
|
|
- },
|
|
|
- "Storage" : {
|
|
|
- "description" : "管理应用本地数据"
|
|
|
- },
|
|
|
- "UI" : {},
|
|
|
- "Uploader" : {
|
|
|
- "description" : "管理文件上传任务"
|
|
|
- },
|
|
|
- "Runtime" : {
|
|
|
- "description" : "访问运行期环境"
|
|
|
- },
|
|
|
- "XMLHttpRequest" : {
|
|
|
- "description" : "跨域网络访问"
|
|
|
- },
|
|
|
- "Zip" : {
|
|
|
- "description" : "文件压缩与解压缩"
|
|
|
- },
|
|
|
- "Webview" : {},
|
|
|
- "NativeUI" : {},
|
|
|
- "Navigator" : {},
|
|
|
- "NativeObj" : {},
|
|
|
- "Camera" : {},
|
|
|
- "Device" : {}
|
|
|
- },
|
|
|
- "plus" : {
|
|
|
- "statusbar" : {
|
|
|
- "immersed" : true
|
|
|
- },
|
|
|
- "splashscreen" : {
|
|
|
- "autoclose" : true, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
|
|
|
- "waiting" : false,
|
|
|
- "delay" : "0"
|
|
|
- },
|
|
|
- "runmode" : "liberate", /*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/
|
|
|
- "signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*可选,保留给应用签名,暂不使用*/
|
|
|
- "distribute" : {
|
|
|
- "plugins" : {
|
|
|
- "payment" : {},
|
|
|
- "share" : {},
|
|
|
- "ad" : {}
|
|
|
- },
|
|
|
- "apple" : {
|
|
|
- "appid" : "", /*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/
|
|
|
- "mobileprovision" : "", /*iOS应用打包配置文件*/
|
|
|
- "password" : "", /*iOS应用打包个人证书导入密码*/
|
|
|
- "p12" : "", /*iOS应用打包个人证书,打包配置文件关联的个人证书*/
|
|
|
- "devices" : "universal", /*iOS应用支持的设备类型,可取值iphone/ipad/universal*/
|
|
|
- "plistcmds" : [
|
|
|
- "Set :NSPhotoLibraryUsageDescription 我们需要访问你的相册才能完成头像设置",
|
|
|
- "Set :NSCameraUsageDescription 我们需要访问你的相机才能完成头像设置"
|
|
|
- ],
|
|
|
- "frameworks" : []
|
|
|
- },
|
|
|
- "google" : {
|
|
|
- "packagename" : "", /*Android应用包名,如io.dcloud.HelloH5*/
|
|
|
- "keystore" : "", /*Android应用打包使用的密钥库文件*/
|
|
|
- "password" : "", /*Android应用打包使用密钥库中证书的密码*/
|
|
|
- "aliasname" : "", /*Android应用打包使用密钥库中证书的别名*/
|
|
|
- "minSdkVersion" : 14,
|
|
|
- "permissions" : [
|
|
|
- "<uses-permission android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\"/>",
|
|
|
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
|
|
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
|
|
- "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
|
|
- "<uses-feature android:name=\"android.hardware.camera\"/>",
|
|
|
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
|
|
|
- "<uses-permission android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\"/>",
|
|
|
- "<uses-permission android:name=\"android.permission.CAMERA\"/>"
|
|
|
- ]
|
|
|
- },
|
|
|
- "orientation" : [ "portrait-primary", "portrait-secondary" ], /*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/
|
|
|
- "icons" : {
|
|
|
- "ios" : {
|
|
|
- "prerendered" : true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/
|
|
|
+ "@platforms": [
|
|
|
+ "android",
|
|
|
+ "iPhone",
|
|
|
+ "iPad"
|
|
|
+ ],
|
|
|
+ "id": "H550943C5",/*应用的标识,创建应用时自动生成,勿手动修改*/
|
|
|
+ "name": "党建扶贫",/*应用名称,程序桌面图标名称*/
|
|
|
+ "version": {
|
|
|
+ "name": "1.0.3",/*应用版本名称*/
|
|
|
+ "code": "83"
|
|
|
+ },
|
|
|
+ "description": "",/*应用描述信息*/
|
|
|
+ "icons": {
|
|
|
+ "72": "icon.png"
|
|
|
+ },
|
|
|
+ "launch_path": "index.html",/*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/
|
|
|
+ "developer": {
|
|
|
+ "name": "",/*开发者名称*/
|
|
|
+ "email": "",/*开发者邮箱地址*/
|
|
|
+ "url": "http://www.dcloud.io"
|
|
|
+ },
|
|
|
+ "permissions": {
|
|
|
+ "Accelerometer": {
|
|
|
+ "description": "访问加速度感应器"
|
|
|
+ },
|
|
|
|
|
|
- /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/
|
|
|
- "iphone" : {
|
|
|
- "normal" : "unpackage/res/icons/57x57.png", /*iPhone普通屏幕程序图标,分辨率:57x57*/
|
|
|
- "retina" : "unpackage/res/icons/114x114.png", /*iPhone高分屏程序图标,分辨率:114x114*/
|
|
|
+ "Cache": {
|
|
|
+ "description": "管理应用缓存"
|
|
|
+ },
|
|
|
|
|
|
- /*iPhone iOS7高分屏程序图标,分辨率:120x120*/
|
|
|
- "spotlight-normal" : "unpackage/res/icons/29x29.png", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/
|
|
|
- "spotlight-retina" : "unpackage/res/icons/58x58.png", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/
|
|
|
+ "Console": {
|
|
|
+ "description": "跟踪调试输出日志"
|
|
|
+ },
|
|
|
|
|
|
- /*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
|
|
|
- "settings-normal" : "unpackage/res/icons/29x29.png", /*iPhone设置页面程序图标,分辨率:29x29*/
|
|
|
- "app@3x" : "unpackage/res/icons/180x180.png",
|
|
|
- "app@2x" : "unpackage/res/icons/120x120.png",
|
|
|
- "settings@2x" : "unpackage/res/icons/58x58.png",
|
|
|
- "settings@3x" : "unpackage/res/icons/87x87.png",
|
|
|
- "spotlight@2x" : "unpackage/res/icons/80x80.png",
|
|
|
- "spotlight@3x" : "unpackage/res/icons/120x120.png",
|
|
|
- "notification@2x" : "unpackage/res/icons/40x40.png",
|
|
|
- "notification@3x" : "unpackage/res/icons/60x60.png"
|
|
|
- },
|
|
|
- "ipad" : {
|
|
|
- "normal" : "unpackage/res/icons/72x72.png", /*iPad普通屏幕程序图标,分辨率:72x72*/
|
|
|
- "retina" : "unpackage/res/icons/144x144.png", /*iPad高分屏程序图标,分辨率:144x144*/
|
|
|
|
|
|
- /*iPad iOS7程序图标,分辨率:76x76*//*iPad iOS7高分屏程序图标,分辨率:152x152*/
|
|
|
- "spotlight-normal" : "unpackage/res/icons/50x50.png", /*iPad Spotlight搜索程序图标,分辨率:50x50*/
|
|
|
- "spotlight-retina" : "unpackage/res/icons/100x100.png", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/
|
|
|
+ "Downloader": {
|
|
|
+ "description": "文件下载管理"
|
|
|
+ },
|
|
|
+ "Events": {
|
|
|
+ "description": "应用扩展事件"
|
|
|
+ },
|
|
|
+ "File": {
|
|
|
+ "description": "访问本地文件系统"
|
|
|
+ },
|
|
|
+ "Gallery": {
|
|
|
+ "description": "访问系统相册"
|
|
|
+ },
|
|
|
|
|
|
- /*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*//*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*//*iPad设置页面程序图标,分辨率:29x29*/
|
|
|
- "app" : "unpackage/res/icons/76x76.png",
|
|
|
- "app@2x" : "unpackage/res/icons/152x152.png",
|
|
|
- "settings" : "unpackage/res/icons/29x29.png",
|
|
|
- "spotlight" : "unpackage/res/icons/40x40.png",
|
|
|
- "proapp@2x" : "unpackage/res/icons/167x167.png",
|
|
|
- "settings@2x" : "unpackage/res/icons/58x58.png",
|
|
|
- "spotlight@2x" : "unpackage/res/icons/80x80.png",
|
|
|
- "notification" : "unpackage/res/icons/20x20.png",
|
|
|
- "notification@2x" : "unpackage/res/icons/40x40.png"
|
|
|
- },
|
|
|
- "appstore" : "unpackage/res/icons/1024x1024.png"
|
|
|
- },
|
|
|
- "android" : {
|
|
|
- "mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
|
|
|
- "ldpi" : "unpackage/res/icons/48x48.png", /*大屏程序图标,分辨率:48x48*/
|
|
|
- "hdpi" : "unpackage/res/icons/72x72.png", /*高分屏程序图标,分辨率:72x72*/
|
|
|
- "xhdpi" : "unpackage/res/icons/96x96.png", /*720P高分屏程序图标,分辨率:96x96*/
|
|
|
- "xxhdpi" : "unpackage/res/icons/144x144.png",
|
|
|
- "xxxhdpi" : "unpackage/res/icons/192x192.png"
|
|
|
- }
|
|
|
- },
|
|
|
- "splashscreen" : {
|
|
|
- "ios" : {
|
|
|
- "iphone" : {
|
|
|
- "default" : "", /*iPhone3启动图片选,分辨率:320x480*/
|
|
|
- "retina35" : "D:/BIBO/loading.png", /*3.5英寸设备(iPhone4)启动图片,分辨率:640x960*/
|
|
|
- "retina40" : "D:/BIBO/loading.png",
|
|
|
- "retina55" : "D:/BIBO/loading.png",
|
|
|
- "retina47" : "D:/BIBO/loading.png",
|
|
|
- "iphonex" : "D:/BIBO/loading.png"
|
|
|
- },
|
|
|
- "ipad" : {
|
|
|
- "portrait" : "", /*iPad竖屏启动图片,分辨率:768x1004*/
|
|
|
- "portrait-retina" : "", /*iPad高分屏竖屏图片,分辨率:1536x2008*/
|
|
|
- "landscape" : "", /*iPad横屏启动图片,分辨率:1024x748*/
|
|
|
- "landscape-retina" : "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/
|
|
|
- "portrait7" : "", /*iPad iOS7竖屏启动图片,分辨率:768x1024*/
|
|
|
- "portrait-retina7" : "", /*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/
|
|
|
- "landscape7" : "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/
|
|
|
- "landscape-retina7" : ""
|
|
|
- }
|
|
|
- },
|
|
|
- "android" : {
|
|
|
- "mdpi" : "", /*普通屏启动图片,分辨率:240x282*/
|
|
|
- "ldpi" : "", /*大屏启动图片,分辨率:320x442*/
|
|
|
- "hdpi" : "D:/BIBO/loading.png", /*高分屏启动图片,分辨率:480x762*/
|
|
|
- "xhdpi" : "D:/BIBO/loading.png", /*720P高分屏启动图片,分辨率:720x1242*/
|
|
|
- "xxhdpi" : "D:/BIBO/loading.png"
|
|
|
- }
|
|
|
- },
|
|
|
- "ios" : {
|
|
|
- "dSYMs" : false
|
|
|
- }
|
|
|
- },
|
|
|
- "ads" : {
|
|
|
- "rp" : false,
|
|
|
- "splash" : false,
|
|
|
- "push" : false,
|
|
|
- "spot" : false
|
|
|
- }
|
|
|
- },
|
|
|
- "dependencies" : {
|
|
|
- "pages" : {
|
|
|
- "setting.html" : {
|
|
|
- "href" : "setting.html",
|
|
|
- "resources" : [
|
|
|
- "js/mui.min.js",
|
|
|
- "js/mui.view.js",
|
|
|
- "libs/easymob-webim-sdk/jquery-1.11.1.js",
|
|
|
- "libs/easymob-webim-sdk/strophe-custom-2.0.0.js",
|
|
|
- "libs/easymob-webim-sdk/json2.js",
|
|
|
- "libs/easymob-webim-sdk/easemob.im-1.0.5.js",
|
|
|
- "js/feedback.js",
|
|
|
- "js/feedback-page.js",
|
|
|
- "js/mui.locker.js",
|
|
|
- "js/app.js",
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/feedback-page.css",
|
|
|
- "images/iconfont-tianjia.png"
|
|
|
- ],
|
|
|
- "refer" : [ "login.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "main.html" : {
|
|
|
- "href" : "main.html",
|
|
|
- "resources" : [ "css/mui.min.css", "fonts/mui.ttf", "js/mui.min.js", "js/app.js" ],
|
|
|
- "refer" : [ "setting.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "unlock.html" : {
|
|
|
- "href" : "unlock.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/mui.locker.js",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "refer" : [ "login.html", "main.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "forget_password.html" : {
|
|
|
- "href" : "forget_password.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/style.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "reg.html" : {
|
|
|
- "href" : "reg.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/style.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "refer" : [ "login.html" ],
|
|
|
- "priority" : 3
|
|
|
- },
|
|
|
- "login.html" : {
|
|
|
- "href" : "login.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/style.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/mui.enterfocus.js",
|
|
|
- "js/app.js",
|
|
|
- "images/qihoo.png",
|
|
|
- "images/qq.png",
|
|
|
- "images/sinaweibo.png",
|
|
|
- "images/weixin.png"
|
|
|
- ],
|
|
|
- "refer" : [ "unlock.html", "forget_password.html", "main.html", "reg.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/organization/consult_detail.html" : {
|
|
|
- "href" : "pages/organization/consult_detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/organization/myConsult.html" : {
|
|
|
- "href" : "pages/organization/myConsult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/organization/consult_detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/approval/approval_detail.html" : {
|
|
|
- "href" : "pages/approval/approval_detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/approval/myApproval.html" : {
|
|
|
- "href" : "pages/approval/myApproval.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/approval/approval_detail.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/lawyer/consult_detail.html" : {
|
|
|
- "href" : "pages/lawyer/consult_detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/lawyer/myConsult.html" : {
|
|
|
- "href" : "pages/lawyer/myConsult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/consult_detail.html" ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/message/message.html" : {
|
|
|
- "href" : "pages/message/message.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "images/yy.png",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "images/icon1.png",
|
|
|
- "images/icon2.png",
|
|
|
- "images/icon3.png",
|
|
|
- "images/icon4.png",
|
|
|
- "images/icon5.png",
|
|
|
- "images/icon6.png"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/organization/myConsult.html",
|
|
|
- "pages/approval/myApproval.html",
|
|
|
- "pages/lawyer/myConsult.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_info_edit.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_info_edit.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_info.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_info.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/lawyer_info_edit.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/lawyer/lawyerConsult_detail.html" : {
|
|
|
- "href" : "pages/lawyer/lawyerConsult_detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/lawyer/myLawyerConsult.html" : {
|
|
|
- "href" : "pages/lawyer/myLawyerConsult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/lawyerConsult_detail.html" ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/lawyer/my_lawyer.html" : {
|
|
|
- "href" : "pages/lawyer/my_lawyer.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "images/icon1.png",
|
|
|
- "images/msg.png",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/lawyer_info.html", "pages/lawyer/myLawyerConsult.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/other/service.html" : {
|
|
|
- "href" : "pages/other/service.html",
|
|
|
- "resources" : [ "css/mui.min.css", "fonts/mui.ttf", "js/mui.min.js" ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_certification_again.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_certification_again.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/file.json"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/other/service.html" ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_certification.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_certification.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/file.json",
|
|
|
- "images/card.png",
|
|
|
- "images/yyzz.png"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/lawyer_message.html", "pages/other/service.html" ],
|
|
|
- "priority" : 3
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_message.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_message.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/card.png"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/lawyer/my_lawyer.html",
|
|
|
- "pages/lawyer/lawyer_certification_again.html",
|
|
|
- "pages/lawyer/lawyer_certification.html"
|
|
|
- ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/other/feedback.html" : {
|
|
|
- "href" : "pages/other/feedback.html",
|
|
|
- "resources" : [ "css/mui.min.css", "fonts/mui.ttf", "js/mui.min.js", "js/app.js" ],
|
|
|
- "priority" : 2,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "pages/other/about.html" : {
|
|
|
- "href" : "pages/other/about.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "images/logo.png",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "priority" : 3,
|
|
|
- "refer" : [ "pages/other/service.html" ]
|
|
|
- },
|
|
|
- "pages/user/edit_info.html" : {
|
|
|
- "href" : "pages/user/edit_info.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "pages/user/user_info.html" : {
|
|
|
- "href" : "pages/user/user_info.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/ls.png"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/user/edit_info.html", "pages/user/find_pass.html" ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "pages/user/find_pass.html" : {
|
|
|
- "href" : "pages/user/find_pass.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 5
|
|
|
- },
|
|
|
- "pages/user/register.html" : {
|
|
|
- "href" : "pages/user/register.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/other/service.html" ],
|
|
|
- "priority" : 6
|
|
|
- },
|
|
|
- "pages/user/login.html" : {
|
|
|
- "href" : "pages/user/login.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "images/top.jpg",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "images/logo.png"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/user/find_pass.html",
|
|
|
- "pages/user/register.html",
|
|
|
- "pages/other/service.html"
|
|
|
- ],
|
|
|
- "priority" : 5
|
|
|
- },
|
|
|
- "pages/other/setting.html" : {
|
|
|
- "href" : "pages/other/setting.html",
|
|
|
- "resources" : [ "css/mui.min.css", "fonts/mui.ttf", "js/mui.min.js" ],
|
|
|
- "priority" : 6,
|
|
|
- "refer" : [ "pages/other/about.html" ]
|
|
|
- },
|
|
|
- "tab/mine.html" : {
|
|
|
- "href" : "tab/mine.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "images/bg.jpg",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/ls.png"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/message/message.html",
|
|
|
- "pages/lawyer/lawyer_message.html",
|
|
|
- "pages/other/feedback.html",
|
|
|
- "pages/other/about.html",
|
|
|
- "pages/user/user_info.html",
|
|
|
- "pages/user/login.html",
|
|
|
- "pages/other/setting.html",
|
|
|
- "pages/new/list.html",
|
|
|
- "pages/post/list.html",
|
|
|
- "pages/other/service.html",
|
|
|
- "pages/address/list.html",
|
|
|
- "pages/collection/list.html",
|
|
|
- "pages/records/list.html",
|
|
|
- "pages/order/list.html",
|
|
|
- "pages/shopping_cart/list.html",
|
|
|
- "pages/resume/my_resume.html",
|
|
|
- "pages/position/list.html",
|
|
|
- "pages/position/my_list.html",
|
|
|
- "pages/resume/resume_delivery_list.html",
|
|
|
- "pages/message/list.html",
|
|
|
- "pages/user/certification.html",
|
|
|
- "tab/position_list.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/travel/detail.html" : {
|
|
|
- "href" : "pages/travel/detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 1,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "pages/travel/list.html" : {
|
|
|
- "href" : "pages/travel/list.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/travel/detail.html" ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/districts/detail.html" : {
|
|
|
- "href" : "pages/districts/detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/districts/list.html" : {
|
|
|
- "href" : "pages/districts/list.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/menu.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/districts/detail.html" ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/districts/index.html" : {
|
|
|
- "href" : "pages/districts/index.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/news.png",
|
|
|
- "images/icon2.png",
|
|
|
- "images/icon3.png",
|
|
|
- "images/icon4.png",
|
|
|
- "images/icon5.png",
|
|
|
- "images/icon6.png",
|
|
|
- "images/gas.jpg"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/districts/list.html",
|
|
|
- "pages/exam/exam_info.html",
|
|
|
- "pages/organization/list.html",
|
|
|
- "pages/lawyer/lawyer_help.html",
|
|
|
- "pages/approval/approval.html"
|
|
|
- ],
|
|
|
- "priority" : 2
|
|
|
- },
|
|
|
- "pages/publicity/detail.html" : {
|
|
|
- "href" : "pages/publicity/detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 4,
|
|
|
- "refer" : [ "pages/user/login.html" ]
|
|
|
- },
|
|
|
- "tab/publicity.html" : {
|
|
|
- "href" : "tab/publicity.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/menu.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/publicity/detail.html" ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "pages/exam/exam.html" : {
|
|
|
- "href" : "pages/exam/exam.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 7
|
|
|
- },
|
|
|
- "tab/home.html" : {
|
|
|
- "href" : "tab/home.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/qx.png",
|
|
|
- "images/wb.png",
|
|
|
- "images/ks.png",
|
|
|
- "images/faz.png",
|
|
|
- "images/fw.png"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/travel/list.html",
|
|
|
- "pages/districts/index.html",
|
|
|
- "pages/travel/detail.html",
|
|
|
- "tab/publicity.html",
|
|
|
- "pages/publicity/detail.html",
|
|
|
- "pages/user/login.html",
|
|
|
- "pages/exam/exam.html",
|
|
|
- "tab/legal_services.html",
|
|
|
- "pages/other/service.html",
|
|
|
- "pages/other/feedback.html",
|
|
|
- "pages/movie/detail.html",
|
|
|
- "pages/order/shop_cart.html",
|
|
|
- "pages/other/contact.html",
|
|
|
- "pages/goods/detail.html",
|
|
|
- "pages/shopping_cart/list.html",
|
|
|
- "pages/other/guide.html",
|
|
|
- "pages/other/mx0.html",
|
|
|
- "pages/other/mx1.html",
|
|
|
- "pages/other/mx2.html",
|
|
|
- "pages/news/list.html",
|
|
|
- "pages/news/detail.html"
|
|
|
- ],
|
|
|
- "priority" : 1
|
|
|
- },
|
|
|
- "pages/video/detail.html" : {
|
|
|
- "href" : "pages/video/detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/play-big.png",
|
|
|
- "images/volume.png",
|
|
|
- "images/play.png",
|
|
|
- "images/fullscreen.png",
|
|
|
- "css/hivideo.css",
|
|
|
- "js/hivideo.js",
|
|
|
- "images/pause.png",
|
|
|
- "images/bfq.jpg",
|
|
|
- "images/pl.png"
|
|
|
- ],
|
|
|
- "priority" : 3,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "tab/video.html" : {
|
|
|
- "href" : "tab/video.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/video/detail.html",
|
|
|
- "pages/post/add.html",
|
|
|
- "pages/user/login.html"
|
|
|
- ],
|
|
|
- "priority" : 3
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_help_consult.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_help_consult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/file.json"
|
|
|
- ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_help.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_help.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/img6.jpg"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/lawyer/lawyer_help_consult.html",
|
|
|
- "pages/lawyer/process.html",
|
|
|
- "pages/lawyer/lawyer_help_list.html"
|
|
|
- ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "pages/approval/approval_consult.html" : {
|
|
|
- "href" : "pages/approval/approval_consult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 5,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "pages/approval/approval_appointment.html" : {
|
|
|
- "href" : "pages/approval/approval_appointment.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/mui.picker.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/mui.picker.min.js"
|
|
|
- ],
|
|
|
- "priority" : 6,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "pages/approval/approval.html" : {
|
|
|
- "href" : "pages/approval/approval.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/img9.jpg"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/approval/approval_consult.html",
|
|
|
- "pages/approval/approval_appointment.html",
|
|
|
- "pages/approval/attention.html"
|
|
|
- ],
|
|
|
- "priority" : 5
|
|
|
- },
|
|
|
- "pages/exam/exam_info_consult.html" : {
|
|
|
- "href" : "pages/exam/exam_info_consult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 6,
|
|
|
- "refer" : []
|
|
|
- },
|
|
|
- "pages/exam/exam_info.html" : {
|
|
|
- "href" : "pages/exam/exam_info.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/img8.jpg"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/exam/exam_info_consult.html", "pages/exam/attention.html" ],
|
|
|
- "priority" : 6
|
|
|
- },
|
|
|
- "pages/lawyer/consult.html" : {
|
|
|
- "href" : "pages/lawyer/consult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/file.json"
|
|
|
- ],
|
|
|
- "priority" : 7
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer_detail.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer_detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "images/bg_2.jpg",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/ls.png"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/consult.html" ],
|
|
|
- "priority" : 8
|
|
|
- },
|
|
|
- "pages/lawyer/lawyer.html" : {
|
|
|
- "href" : "pages/lawyer/lawyer.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "images/ls.png"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/lawyer/consult.html", "pages/lawyer/lawyer_detail.html" ],
|
|
|
- "priority" : 7
|
|
|
- },
|
|
|
- "pages/organization/process.html" : {
|
|
|
- "href" : "pages/organization/process.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/vue.min.js",
|
|
|
- "js/app.js"
|
|
|
- ],
|
|
|
- "priority" : 8
|
|
|
- },
|
|
|
- "pages/organization/consult.html" : {
|
|
|
- "href" : "pages/organization/consult.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "css/animate.min.css",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "priority" : 9
|
|
|
- },
|
|
|
- "pages/organization/detail.html" : {
|
|
|
- "href" : "pages/organization/detail.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/organization/process.html", "pages/organization/consult.html" ],
|
|
|
- "priority" : 8
|
|
|
- },
|
|
|
- "pages/organization/list.html" : {
|
|
|
- "href" : "pages/organization/list.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "js/vue.min.js"
|
|
|
- ],
|
|
|
- "refer" : [ "pages/organization/detail.html", "pages/organization/consult.html" ],
|
|
|
- "priority" : 8
|
|
|
- },
|
|
|
- "tab/legal_services.html" : {
|
|
|
- "href" : "tab/legal_services.html",
|
|
|
- "resources" : [
|
|
|
- "css/mui.min.css",
|
|
|
- "fonts/mui.ttf",
|
|
|
- "js/mui.min.js",
|
|
|
- "js/app.js",
|
|
|
- "images/img1.jpg",
|
|
|
- "images/img2.jpg",
|
|
|
- "images/img3.jpg",
|
|
|
- "images/img4.jpg",
|
|
|
- "images/img5.jpg",
|
|
|
- "images/img6.jpg",
|
|
|
- "images/img7.jpg",
|
|
|
- "images/img8.jpg",
|
|
|
- "images/img9.jpg"
|
|
|
- ],
|
|
|
- "refer" : [
|
|
|
- "pages/lawyer/lawyer_help.html",
|
|
|
- "pages/approval/approval.html",
|
|
|
- "pages/exam/exam_info.html",
|
|
|
- "pages/lawyer/lawyer.html",
|
|
|
- "pages/organization/list.html"
|
|
|
- ],
|
|
|
- "priority" : 4
|
|
|
- },
|
|
|
- "index.html" : {
|
|
|
- "href" : "index.html",
|
|
|
- "resources" : [ "css/mui.min.css", "fonts/mui.ttf", "js/mui.min.js", "tab/home.html" ],
|
|
|
- "refer" : [
|
|
|
- "tab/mine.html",
|
|
|
- "tab/publicity.html",
|
|
|
- "tab/video.html",
|
|
|
- "tab/legal_services.html",
|
|
|
- "pages/districts/index.html",
|
|
|
- "tab/post.html",
|
|
|
- "tab/movie.html",
|
|
|
- "tab/order.html",
|
|
|
- "tab/goods_list.html",
|
|
|
- "tab/shop_cart.html",
|
|
|
- "tab/list.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/exam/attention.html" : {
|
|
|
- "resources" : [ "js/app.js", "js/mui.min.js", "fonts/mui.ttf", "css/mui.min.css" ],
|
|
|
- "refer" : [],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/approval/attention.html" : {
|
|
|
- "resources" : [ "js/app.js", "js/mui.min.js", "fonts/mui.ttf", "css/mui.min.css" ],
|
|
|
- "refer" : [],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/new/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/publicity/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/post.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/post/add.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/order.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/movie/ticketl.html", "pages/user/login.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/movie/detail.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/movie/seat.html", "pages/user/login.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/movie.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/movie/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/goods_list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/goods/detail.html", "tab/goods_list.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/goods/detail.html" : {
|
|
|
- "resources" : [ "images/下载 (1).png" ],
|
|
|
- "refer" : [
|
|
|
- "pages/order/confirm.html",
|
|
|
- "pages/order/shop_cart.html",
|
|
|
- "pages/shopping_cart/list.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/address/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/address/add.html", "pages/address/edit.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/order/confirm.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [
|
|
|
- "pages/address/list.html",
|
|
|
- "pages/order/pay.html",
|
|
|
- "pages/order/list.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/shopping_cart/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/goods/detail.html", "pages/order/confirm.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/order/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/order/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/order/detail.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/other/service.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/records/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/goods/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/collection/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/goods/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/news/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/news/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/resume/my_resume.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [
|
|
|
- "pages/resume/base_info.html",
|
|
|
- "pages/resume/edit_info.html",
|
|
|
- "pages/resume/intention.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/position/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [
|
|
|
- "pages/position/push.html",
|
|
|
- "pages/position/detail.html",
|
|
|
- "pages/postion_type/list.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/position/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/resume/resume_delivery_list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/position/detail.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/position/my_list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/resume/resume_list.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/resume/resume_list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/resume/resume_preview.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/postion_type/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/postion_type/add.html" ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "pages/message/list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [
|
|
|
- "pages/resume/resume_preview.html",
|
|
|
- "pages/position/list.html",
|
|
|
- "pages/user/certification.html"
|
|
|
- ],
|
|
|
- "priority" : 0
|
|
|
- },
|
|
|
- "tab/position_list.html" : {
|
|
|
- "resources" : [],
|
|
|
- "refer" : [ "pages/postion_type/list.html" ],
|
|
|
- "priority" : 0
|
|
|
- }
|
|
|
- },
|
|
|
- "idle" : {
|
|
|
- "resources" : [
|
|
|
- "images/header.jpg",
|
|
|
- "pages/other/weibo.html",
|
|
|
- "pages/lawyer/lawyer_audit.html"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "unpackage" : [ "README.md" ],
|
|
|
- "screenOrientation" : [ "portrait-primary", "portrait-secondary" ]
|
|
|
-}
|
|
|
+ "Invocation": {
|
|
|
+ "description": "使用Native.js能力"
|
|
|
+ },
|
|
|
+
|
|
|
+ "Orientation": {
|
|
|
+ "description": "访问方向感应器"
|
|
|
+ },
|
|
|
+ "Proximity": {
|
|
|
+ "description": "访问距离感应器"
|
|
|
+ },
|
|
|
+ "Storage": {
|
|
|
+ "description": "管理应用本地数据"
|
|
|
+ },
|
|
|
+ "UI": {},
|
|
|
+ "Uploader": {
|
|
|
+ "description": "管理文件上传任务"
|
|
|
+ },
|
|
|
+ "Runtime": {
|
|
|
+ "description": "访问运行期环境"
|
|
|
+ },
|
|
|
+ "XMLHttpRequest": {
|
|
|
+ "description": "跨域网络访问"
|
|
|
+ },
|
|
|
+ "Zip": {
|
|
|
+ "description": "文件压缩与解压缩"
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ "Webview": {},
|
|
|
+ "NativeUI": {},
|
|
|
+ "Navigator": {},
|
|
|
+ "NativeObj": {},
|
|
|
+
|
|
|
+ "Camera": {},
|
|
|
+ "Device": {}
|
|
|
+ },
|
|
|
+ "plus": {
|
|
|
+ "statusbar": {
|
|
|
+ "immersed": true
|
|
|
+ },
|
|
|
+ "splashscreen": {
|
|
|
+ "autoclose": true,/*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
|
|
|
+ "waiting": false,
|
|
|
+ "delay": "0"
|
|
|
+ },
|
|
|
+ "runmode": "liberate",/*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/
|
|
|
+ "signature": "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==",/*可选,保留给应用签名,暂不使用*/
|
|
|
+ "distribute": {
|
|
|
+ "plugins": {
|
|
|
+ "payment": {
|
|
|
+
|
|
|
+ },
|
|
|
+ "share": {}
|
|
|
+ },
|
|
|
+ "apple": {
|
|
|
+ "appid": "",/*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/
|
|
|
+ "mobileprovision": "",/*iOS应用打包配置文件*/
|
|
|
+ "password": "",/*iOS应用打包个人证书导入密码*/
|
|
|
+ "p12": "",/*iOS应用打包个人证书,打包配置文件关联的个人证书*/
|
|
|
+ "devices": "universal",/*iOS应用支持的设备类型,可取值iphone/ipad/universal*/
|
|
|
+ "plistcmds": [
|
|
|
+ "Set :NSPhotoLibraryUsageDescription 我们需要访问你的相册才能完成头像设置",
|
|
|
+ "Set :NSCameraUsageDescription 我们需要访问你的相机才能完成头像设置"
|
|
|
+ ],
|
|
|
+ "frameworks": []
|
|
|
+ },
|
|
|
+ "google": {
|
|
|
+ "packagename": "",/*Android应用包名,如io.dcloud.HelloH5*/
|
|
|
+ "keystore": "",/*Android应用打包使用的密钥库文件*/
|
|
|
+ "password": "",/*Android应用打包使用密钥库中证书的密码*/
|
|
|
+ "aliasname": "",/*Android应用打包使用密钥库中证书的别名*/
|
|
|
+ "minSdkVersion": 14,
|
|
|
+ "permissions": ["<uses-permission android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>"]
|
|
|
+ },
|
|
|
+ "orientation": [
|
|
|
+ "portrait-primary",
|
|
|
+ "portrait-secondary"
|
|
|
+ ],/*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/
|
|
|
+ "icons": {
|
|
|
+ "ios": {
|
|
|
+ "prerendered": true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/
|
|
|
+ /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/
|
|
|
+ "iphone": {
|
|
|
+ "normal": "unpackage/res/icons/57x57.png",/*iPhone普通屏幕程序图标,分辨率:57x57*/
|
|
|
+ "retina": "unpackage/res/icons/114x114.png",/*iPhone高分屏程序图标,分辨率:114x114*/
|
|
|
+ /*iPhone iOS7高分屏程序图标,分辨率:120x120*/
|
|
|
+ "spotlight-normal": "unpackage/res/icons/29x29.png", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/
|
|
|
+ "spotlight-retina": "unpackage/res/icons/58x58.png", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/
|
|
|
+ /*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
|
|
|
+ "settings-normal": "unpackage/res/icons/29x29.png", /*iPhone设置页面程序图标,分辨率:29x29*/
|
|
|
+
|
|
|
+
|
|
|
+ "app@3x": "unpackage/res/icons/180x180.png",
|
|
|
+ "app@2x": "unpackage/res/icons/120x120.png",
|
|
|
+ "settings@2x": "unpackage/res/icons/58x58.png",
|
|
|
+ "settings@3x": "unpackage/res/icons/87x87.png",
|
|
|
+ "spotlight@2x": "unpackage/res/icons/80x80.png",
|
|
|
+ "spotlight@3x": "unpackage/res/icons/120x120.png",
|
|
|
+ "notification@2x": "unpackage/res/icons/40x40.png",
|
|
|
+ "notification@3x": "unpackage/res/icons/60x60.png"
|
|
|
+ },
|
|
|
+ "ipad": {
|
|
|
+ "normal": "unpackage/res/icons/72x72.png", /*iPad普通屏幕程序图标,分辨率:72x72*/
|
|
|
+ "retina": "unpackage/res/icons/144x144.png", /*iPad高分屏程序图标,分辨率:144x144*/
|
|
|
+ /*iPad iOS7程序图标,分辨率:76x76*/
|
|
|
+ /*iPad iOS7高分屏程序图标,分辨率:152x152*/
|
|
|
+ "spotlight-normal": "unpackage/res/icons/50x50.png", /*iPad Spotlight搜索程序图标,分辨率:50x50*/
|
|
|
+ "spotlight-retina": "unpackage/res/icons/100x100.png", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/
|
|
|
+ /*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*/
|
|
|
+ /*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
|
|
|
+ /*iPad设置页面程序图标,分辨率:29x29*/
|
|
|
+ "app": "unpackage/res/icons/76x76.png",
|
|
|
+ "app@2x": "unpackage/res/icons/152x152.png",
|
|
|
+ "settings": "unpackage/res/icons/29x29.png",
|
|
|
+ "spotlight": "unpackage/res/icons/40x40.png",
|
|
|
+ "proapp@2x": "unpackage/res/icons/167x167.png",
|
|
|
+ "settings@2x": "unpackage/res/icons/58x58.png",
|
|
|
+ "spotlight@2x": "unpackage/res/icons/80x80.png",
|
|
|
+ "notification": "unpackage/res/icons/20x20.png",
|
|
|
+ "notification@2x": "unpackage/res/icons/40x40.png"
|
|
|
+ },
|
|
|
+ "appstore": "unpackage/res/icons/1024x1024.png"
|
|
|
+ },
|
|
|
+ "android": {
|
|
|
+ "mdpi": "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
|
|
|
+ "ldpi": "unpackage/res/icons/48x48.png", /*大屏程序图标,分辨率:48x48*/
|
|
|
+ "hdpi": "unpackage/res/icons/72x72.png", /*高分屏程序图标,分辨率:72x72*/
|
|
|
+ "xhdpi": "unpackage/res/icons/96x96.png",/*720P高分屏程序图标,分辨率:96x96*/
|
|
|
+ "xxhdpi": "unpackage/res/icons/144x144.png",
|
|
|
+ "xxxhdpi": "unpackage/res/icons/192x192.png"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "splashscreen": {
|
|
|
+ "ios": {
|
|
|
+ "iphone": {
|
|
|
+ "default": "", /*iPhone3启动图片选,分辨率:320x480*/
|
|
|
+ "retina35": "D:/BIBO/loading.png",/*3.5英寸设备(iPhone4)启动图片,分辨率:640x960*/
|
|
|
+ "retina40": "D:/BIBO/loading.png",
|
|
|
+ "retina55": "D:/BIBO/loading.png",
|
|
|
+ "retina47": "D:/BIBO/loading.png",
|
|
|
+ "iphonex": "D:/BIBO/loading.png"
|
|
|
+ },
|
|
|
+ "ipad": {
|
|
|
+ "portrait": "", /*iPad竖屏启动图片,分辨率:768x1004*/
|
|
|
+ "portrait-retina": "",/*iPad高分屏竖屏图片,分辨率:1536x2008*/
|
|
|
+ "landscape": "", /*iPad横屏启动图片,分辨率:1024x748*/
|
|
|
+ "landscape-retina": "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/
|
|
|
+ "portrait7": "", /*iPad iOS7竖屏启动图片,分辨率:768x1024*/
|
|
|
+ "portrait-retina7": "",/*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/
|
|
|
+ "landscape7": "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/
|
|
|
+ "landscape-retina7": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "android": {
|
|
|
+ "mdpi": "", /*普通屏启动图片,分辨率:240x282*/
|
|
|
+ "ldpi": "", /*大屏启动图片,分辨率:320x442*/
|
|
|
+ "hdpi": "D:/BIBO/loading.png", /*高分屏启动图片,分辨率:480x762*/
|
|
|
+ "xhdpi": "D:/BIBO/loading.png", /*720P高分屏启动图片,分辨率:720x1242*/
|
|
|
+ "xxhdpi": "D:/BIBO/loading.png"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ads": {
|
|
|
+ "rp": false,
|
|
|
+ "splash": false,
|
|
|
+ "push": false,
|
|
|
+ "spot": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "pages": {
|
|
|
+ "setting.html": {
|
|
|
+ "href": "setting.html",
|
|
|
+ "resources": [
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/mui.view.js",
|
|
|
+ "libs/easymob-webim-sdk/jquery-1.11.1.js",
|
|
|
+ "libs/easymob-webim-sdk/strophe-custom-2.0.0.js",
|
|
|
+ "libs/easymob-webim-sdk/json2.js",
|
|
|
+ "libs/easymob-webim-sdk/easemob.im-1.0.5.js",
|
|
|
+ "js/feedback.js",
|
|
|
+ "js/feedback-page.js",
|
|
|
+ "js/mui.locker.js",
|
|
|
+ "js/app.js",
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/feedback-page.css",
|
|
|
+ "images/iconfont-tianjia.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "login.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "main.html": {
|
|
|
+ "href": "main.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "setting.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "unlock.html": {
|
|
|
+ "href": "unlock.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/mui.locker.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "login.html",
|
|
|
+ "main.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "forget_password.html": {
|
|
|
+ "href": "forget_password.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/style.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "reg.html": {
|
|
|
+ "href": "reg.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/style.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "login.html"
|
|
|
+ ],
|
|
|
+ "priority": 3
|
|
|
+ },
|
|
|
+ "login.html": {
|
|
|
+ "href": "login.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/style.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/mui.enterfocus.js",
|
|
|
+ "js/app.js",
|
|
|
+ "images/qihoo.png",
|
|
|
+ "images/qq.png",
|
|
|
+ "images/sinaweibo.png",
|
|
|
+ "images/weixin.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "unlock.html",
|
|
|
+ "forget_password.html",
|
|
|
+ "main.html",
|
|
|
+ "reg.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/organization/consult_detail.html": {
|
|
|
+ "href": "pages/organization/consult_detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/organization/myConsult.html": {
|
|
|
+ "href": "pages/organization/myConsult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/organization/consult_detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/approval/approval_detail.html": {
|
|
|
+ "href": "pages/approval/approval_detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/approval/myApproval.html": {
|
|
|
+ "href": "pages/approval/myApproval.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/approval/approval_detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/lawyer/consult_detail.html": {
|
|
|
+ "href": "pages/lawyer/consult_detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/lawyer/myConsult.html": {
|
|
|
+ "href": "pages/lawyer/myConsult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/consult_detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/message/message.html": {
|
|
|
+ "href": "pages/message/message.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "images/yy.png",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "images/icon1.png",
|
|
|
+ "images/icon2.png",
|
|
|
+ "images/icon3.png",
|
|
|
+ "images/icon4.png",
|
|
|
+ "images/icon5.png",
|
|
|
+ "images/icon6.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/organization/myConsult.html",
|
|
|
+ "pages/approval/myApproval.html",
|
|
|
+ "pages/lawyer/myConsult.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_info_edit.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_info_edit.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_info.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_info.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyer_info_edit.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyerConsult_detail.html": {
|
|
|
+ "href": "pages/lawyer/lawyerConsult_detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/lawyer/myLawyerConsult.html": {
|
|
|
+ "href": "pages/lawyer/myLawyerConsult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyerConsult_detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/lawyer/my_lawyer.html": {
|
|
|
+ "href": "pages/lawyer/my_lawyer.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "images/icon1.png",
|
|
|
+ "images/msg.png",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyer_info.html",
|
|
|
+ "pages/lawyer/myLawyerConsult.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/other/service.html": {
|
|
|
+ "href": "pages/other/service.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_certification_again.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_certification_again.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/file.json"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/other/service.html"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_certification.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_certification.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/file.json",
|
|
|
+ "images/card.png",
|
|
|
+ "images/yyzz.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyer_message.html",
|
|
|
+ "pages/other/service.html"
|
|
|
+ ],
|
|
|
+ "priority": 3
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_message.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_message.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/card.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/my_lawyer.html",
|
|
|
+ "pages/lawyer/lawyer_certification_again.html",
|
|
|
+ "pages/lawyer/lawyer_certification.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/other/feedback.html": {
|
|
|
+ "href": "pages/other/feedback.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "priority": 2,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "pages/other/about.html": {
|
|
|
+ "href": "pages/other/about.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "images/logo.png",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "priority": 3,
|
|
|
+ "refer": [
|
|
|
+ "pages/other/service.html"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "pages/user/edit_info.html": {
|
|
|
+ "href": "pages/user/edit_info.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "pages/user/user_info.html": {
|
|
|
+ "href": "pages/user/user_info.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/ls.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/user/edit_info.html",
|
|
|
+ "pages/user/find_pass.html"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "pages/user/find_pass.html": {
|
|
|
+ "href": "pages/user/find_pass.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 5
|
|
|
+ },
|
|
|
+ "pages/user/register.html": {
|
|
|
+ "href": "pages/user/register.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/other/service.html"
|
|
|
+ ],
|
|
|
+ "priority": 6
|
|
|
+ },
|
|
|
+ "pages/user/login.html": {
|
|
|
+ "href": "pages/user/login.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "images/top.jpg",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "images/logo.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/user/find_pass.html",
|
|
|
+ "pages/user/register.html",
|
|
|
+ "pages/other/service.html"
|
|
|
+ ],
|
|
|
+ "priority": 5
|
|
|
+ },
|
|
|
+ "pages/other/setting.html": {
|
|
|
+ "href": "pages/other/setting.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 6,
|
|
|
+ "refer": [
|
|
|
+ "pages/other/about.html"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "tab/mine.html": {
|
|
|
+ "href": "tab/mine.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "images/bg.jpg",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/ls.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/message/message.html",
|
|
|
+ "pages/lawyer/lawyer_message.html",
|
|
|
+ "pages/other/feedback.html",
|
|
|
+ "pages/other/about.html",
|
|
|
+ "pages/user/user_info.html",
|
|
|
+ "pages/user/login.html",
|
|
|
+ "pages/other/setting.html",
|
|
|
+ "pages/new/list.html",
|
|
|
+ "pages/post/list.html",
|
|
|
+ "pages/other/service.html",
|
|
|
+ "pages/address/list.html",
|
|
|
+ "pages/collection/list.html",
|
|
|
+ "pages/records/list.html",
|
|
|
+ "pages/order/list.html",
|
|
|
+ "pages/shopping_cart/list.html",
|
|
|
+ "pages/resume/my_resume.html",
|
|
|
+ "pages/position/list.html",
|
|
|
+ "pages/position/my_list.html",
|
|
|
+ "pages/resume/resume_delivery_list.html",
|
|
|
+ "pages/message/list.html",
|
|
|
+ "pages/user/certification.html",
|
|
|
+ "tab/position_list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/travel/detail.html": {
|
|
|
+ "href": "pages/travel/detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 1,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "pages/travel/list.html": {
|
|
|
+ "href": "pages/travel/list.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/travel/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/districts/detail.html": {
|
|
|
+ "href": "pages/districts/detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/districts/list.html": {
|
|
|
+ "href": "pages/districts/list.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/menu.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/districts/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/districts/index.html": {
|
|
|
+ "href": "pages/districts/index.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/news.png",
|
|
|
+ "images/icon2.png",
|
|
|
+ "images/icon3.png",
|
|
|
+ "images/icon4.png",
|
|
|
+ "images/icon5.png",
|
|
|
+ "images/icon6.png",
|
|
|
+ "images/gas.jpg"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/districts/list.html",
|
|
|
+ "pages/exam/exam_info.html",
|
|
|
+ "pages/organization/list.html",
|
|
|
+ "pages/lawyer/lawyer_help.html",
|
|
|
+ "pages/approval/approval.html"
|
|
|
+ ],
|
|
|
+ "priority": 2
|
|
|
+ },
|
|
|
+ "pages/publicity/detail.html": {
|
|
|
+ "href": "pages/publicity/detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 4,
|
|
|
+ "refer": [
|
|
|
+ "pages/user/login.html"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "tab/publicity.html": {
|
|
|
+ "href": "tab/publicity.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/menu.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/publicity/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "pages/exam/exam.html": {
|
|
|
+ "href": "pages/exam/exam.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 7
|
|
|
+ },
|
|
|
+ "tab/home.html": {
|
|
|
+ "href": "tab/home.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/qx.png",
|
|
|
+ "images/wb.png",
|
|
|
+ "images/ks.png",
|
|
|
+ "images/faz.png",
|
|
|
+ "images/fw.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/travel/list.html",
|
|
|
+ "pages/districts/index.html",
|
|
|
+ "pages/travel/detail.html",
|
|
|
+ "tab/publicity.html",
|
|
|
+ "pages/publicity/detail.html",
|
|
|
+ "pages/user/login.html",
|
|
|
+ "pages/exam/exam.html",
|
|
|
+ "tab/legal_services.html",
|
|
|
+ "pages/other/service.html",
|
|
|
+ "pages/other/feedback.html",
|
|
|
+ "pages/movie/detail.html",
|
|
|
+ "pages/order/shop_cart.html",
|
|
|
+ "pages/other/contact.html",
|
|
|
+ "pages/goods/detail.html",
|
|
|
+ "pages/shopping_cart/list.html",
|
|
|
+ "pages/other/guide.html",
|
|
|
+ "pages/other/mx0.html",
|
|
|
+ "pages/other/mx1.html",
|
|
|
+ "pages/other/mx2.html",
|
|
|
+ "pages/news/list.html",
|
|
|
+ "pages/news/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 1
|
|
|
+ },
|
|
|
+ "pages/video/detail.html": {
|
|
|
+ "href": "pages/video/detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/play-big.png",
|
|
|
+ "images/volume.png",
|
|
|
+ "images/play.png",
|
|
|
+ "images/fullscreen.png",
|
|
|
+ "css/hivideo.css",
|
|
|
+ "js/hivideo.js",
|
|
|
+ "images/pause.png",
|
|
|
+ "images/bfq.jpg",
|
|
|
+ "images/pl.png"
|
|
|
+ ],
|
|
|
+ "priority": 3,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "tab/video.html": {
|
|
|
+ "href": "tab/video.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/video/detail.html",
|
|
|
+ "pages/post/add.html",
|
|
|
+ "pages/user/login.html"
|
|
|
+ ],
|
|
|
+ "priority": 3
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_help_consult.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_help_consult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/file.json"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_help.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_help.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/img6.jpg"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyer_help_consult.html",
|
|
|
+ "pages/lawyer/process.html",
|
|
|
+ "pages/lawyer/lawyer_help_list.html"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "pages/approval/approval_consult.html": {
|
|
|
+ "href": "pages/approval/approval_consult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 5,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "pages/approval/approval_appointment.html": {
|
|
|
+ "href": "pages/approval/approval_appointment.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/mui.picker.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/mui.picker.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 6,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "pages/approval/approval.html": {
|
|
|
+ "href": "pages/approval/approval.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/img9.jpg"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/approval/approval_consult.html",
|
|
|
+ "pages/approval/approval_appointment.html",
|
|
|
+ "pages/approval/attention.html"
|
|
|
+ ],
|
|
|
+ "priority": 5
|
|
|
+ },
|
|
|
+ "pages/exam/exam_info_consult.html": {
|
|
|
+ "href": "pages/exam/exam_info_consult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 6,
|
|
|
+ "refer": []
|
|
|
+ },
|
|
|
+ "pages/exam/exam_info.html": {
|
|
|
+ "href": "pages/exam/exam_info.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/img8.jpg"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/exam/exam_info_consult.html",
|
|
|
+ "pages/exam/attention.html"
|
|
|
+ ],
|
|
|
+ "priority": 6
|
|
|
+ },
|
|
|
+ "pages/lawyer/consult.html": {
|
|
|
+ "href": "pages/lawyer/consult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/file.json"
|
|
|
+ ],
|
|
|
+ "priority": 7
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer_detail.html": {
|
|
|
+ "href": "pages/lawyer/lawyer_detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "images/bg_2.jpg",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/ls.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/consult.html"
|
|
|
+ ],
|
|
|
+ "priority": 8
|
|
|
+ },
|
|
|
+ "pages/lawyer/lawyer.html": {
|
|
|
+ "href": "pages/lawyer/lawyer.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "images/ls.png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/consult.html",
|
|
|
+ "pages/lawyer/lawyer_detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 7
|
|
|
+ },
|
|
|
+ "pages/organization/process.html": {
|
|
|
+ "href": "pages/organization/process.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/vue.min.js",
|
|
|
+ "js/app.js"
|
|
|
+ ],
|
|
|
+ "priority": 8
|
|
|
+ },
|
|
|
+ "pages/organization/consult.html": {
|
|
|
+ "href": "pages/organization/consult.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/animate.min.css",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "priority": 9
|
|
|
+ },
|
|
|
+ "pages/organization/detail.html": {
|
|
|
+ "href": "pages/organization/detail.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/organization/process.html",
|
|
|
+ "pages/organization/consult.html"
|
|
|
+ ],
|
|
|
+ "priority": 8
|
|
|
+ },
|
|
|
+ "pages/organization/list.html": {
|
|
|
+ "href": "pages/organization/list.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "js/vue.min.js"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/organization/detail.html",
|
|
|
+ "pages/organization/consult.html"
|
|
|
+ ],
|
|
|
+ "priority": 8
|
|
|
+ },
|
|
|
+ "tab/legal_services.html": {
|
|
|
+ "href": "tab/legal_services.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "js/app.js",
|
|
|
+ "images/img1.jpg",
|
|
|
+ "images/img2.jpg",
|
|
|
+ "images/img3.jpg",
|
|
|
+ "images/img4.jpg",
|
|
|
+ "images/img5.jpg",
|
|
|
+ "images/img6.jpg",
|
|
|
+ "images/img7.jpg",
|
|
|
+ "images/img8.jpg",
|
|
|
+ "images/img9.jpg"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/lawyer/lawyer_help.html",
|
|
|
+ "pages/approval/approval.html",
|
|
|
+ "pages/exam/exam_info.html",
|
|
|
+ "pages/lawyer/lawyer.html",
|
|
|
+ "pages/organization/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 4
|
|
|
+ },
|
|
|
+ "index.html": {
|
|
|
+ "href": "index.html",
|
|
|
+ "resources": [
|
|
|
+ "css/mui.min.css",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "tab/home.html"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "tab/mine.html",
|
|
|
+ "tab/publicity.html",
|
|
|
+ "tab/video.html",
|
|
|
+ "tab/legal_services.html",
|
|
|
+ "pages/districts/index.html",
|
|
|
+ "tab/post.html",
|
|
|
+ "tab/movie.html",
|
|
|
+ "tab/order.html",
|
|
|
+ "tab/goods_list.html",
|
|
|
+ "tab/shop_cart.html",
|
|
|
+ "tab/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/exam/attention.html": {
|
|
|
+ "resources": [
|
|
|
+ "js/app.js",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/mui.min.css"
|
|
|
+ ],
|
|
|
+ "refer": [],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/approval/attention.html": {
|
|
|
+ "resources": [
|
|
|
+ "js/app.js",
|
|
|
+ "js/mui.min.js",
|
|
|
+ "fonts/mui.ttf",
|
|
|
+ "css/mui.min.css"
|
|
|
+ ],
|
|
|
+ "refer": [],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/new/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/publicity/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/post.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/post/add.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/order.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/movie/ticketl.html",
|
|
|
+ "pages/user/login.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/movie/detail.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/movie/seat.html",
|
|
|
+ "pages/user/login.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/movie.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/movie/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/goods_list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/goods/detail.html",
|
|
|
+ "tab/goods_list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/goods/detail.html": {
|
|
|
+ "resources": [
|
|
|
+ "images/下载 (1).png"
|
|
|
+ ],
|
|
|
+ "refer": [
|
|
|
+ "pages/order/confirm.html",
|
|
|
+ "pages/order/shop_cart.html",
|
|
|
+ "pages/shopping_cart/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/address/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/address/add.html",
|
|
|
+ "pages/address/edit.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/order/confirm.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/address/list.html",
|
|
|
+ "pages/order/pay.html",
|
|
|
+ "pages/order/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/shopping_cart/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/goods/detail.html",
|
|
|
+ "pages/order/confirm.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/order/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/order/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/order/detail.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/other/service.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/records/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/goods/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/collection/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/goods/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/news/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/news/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/resume/my_resume.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/resume/base_info.html",
|
|
|
+ "pages/resume/edit_info.html",
|
|
|
+ "pages/resume/intention.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/position/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/position/push.html",
|
|
|
+ "pages/position/detail.html",
|
|
|
+ "pages/postion_type/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/position/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/resume/resume_delivery_list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/position/detail.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/position/my_list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/resume/resume_list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/resume/resume_list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/resume/resume_preview.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/postion_type/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/postion_type/add.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "pages/message/list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/resume/resume_preview.html",
|
|
|
+ "pages/position/list.html",
|
|
|
+ "pages/user/certification.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ },
|
|
|
+ "tab/position_list.html": {
|
|
|
+ "resources": [],
|
|
|
+ "refer": [
|
|
|
+ "pages/postion_type/list.html"
|
|
|
+ ],
|
|
|
+ "priority": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "idle": {
|
|
|
+ "resources": [
|
|
|
+ "images/header.jpg",
|
|
|
+ "pages/other/weibo.html",
|
|
|
+ "pages/lawyer/lawyer_audit.html"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "unpackage": [
|
|
|
+ "README.md"
|
|
|
+ ]
|
|
|
+}
|