9433cfb9创建于 2025年12月31日历史提交
{
	"pages": [
		{
			"path": "pages/test/V1/tabBar/home/home",
			"style": {
				"navigationBarTitleText": "首页"
			}
		},
		{
			"path": "pages/test/V1/tabBar/pay/pay",
			"style": {
				"navigationBarTitleText": "支付"
			}
		},
		{
			"path": "pages/test/V1/tabBar/look/look",
			"style": {
				"navigationBarTitleText": "集合"
			}
		},
		{
			"path": "pages/test/V1/tabBar/center/center",
			"style": {
				"navigationBarTitleText": "我的"
			}
		},
		{
			//登录
			"path": "pages/youhujun/V1/user/login/login/login",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			//注册
			"path": "pages/youhujun/V1/user/login/register/register",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			//忘记重置密码
			"path": "pages/youhujun/V1/user/login/rest-password/rest-password",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			//帮助
			"path": "pages/youhujun/V1/user/login/user-help/user-help",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		// #ifdef WEB
		{
			//微信授权
			"path": "pages/youhujun/V1/user/login/wechat-auth/wechat-auth",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		// #endif 
		{
			//绑定手机
			"path": "pages/youhujun/V1/user/after-login/bind-phone/bind-phone",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			//服务条款
			"path": "pages/youhujun/V1/document/agreement/agreement",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			//隐私政策
			"path": "pages/youhujun/V1/document/privacy/privacy",
			"style": {
				"navigationBarTitleText": "",
				"titleNView":false
			}
		},
		{
			"path": "pages/test/V1/upload/upload-picture/upload-picture",
			"style": {
				"navigationBarTitleText": "上传图片"
			}
		},
		{
			"path": "pages/test/V1/location/get-web-location/get-web-location",
			"style": {
				"navigationBarTitleText": "定位"
			}
		},
		{
			"path": "pages/test/V1/socket/websocket/websocket",
			"style": {
				"navigationBarTitleText": "websocekt"
			}
		},
		{
			"path": "pages/test/V1/socket/admin-websocket/admin-websocket",
			"style": {
				"navigationBarTitleText": "服务端消息通知"
			}
		}
	],
	"easycom": {
		"autoscan": true,
		"custom": {
			// "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue",
			"^yh-(.*)": "@/youhujun/V1/components/yh-$1/yh-$1.uvue",
			"^yh-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2/yh-$1-$2.uvue",
			"^yh-(.*)-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2-$3/yh-$1-$2-$3.uvue",
			"^yh-(.*)-(.*)-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2-$3/yh-$1-$2-$3-$4.uvue"
		}
	},
	"globalStyle": {
		"pageOrientation": "portrait",
		"navigationBarTitleText": "Hello uniapp x",
		"navigationBarTextStyle": "@navigationBarTextStyle",
		"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
		"backgroundColorContent": "@backgroundColorContent",
		"backgroundColor": "@backgroundColor",
		"backgroundTextStyle": "@backgroundTextStyle"
	},
	// #ifndef APP-HARMONY
	"tabBar": {
		"color": "@tabBarColor",
		"selectedColor": "@tabBarSelectedColor",
		"borderStyle": "@tabBarBorderStyle",
		"backgroundColor": "@tabBarBackgroundColor",
		"list": [
			{
				"pagePath": "pages/test/V1/tabBar/home/home",
				"iconPath": "@tabBarHomeIconPath",
				"selectedIconPath": "@tabBarHomeSelectedIconPath",
				"text": "首页"
			},
			{
				"pagePath": "pages/test/V1/tabBar/look/look",
				"iconPath": "@tabBarLookIconPath",
				"selectedIconPath": "@tabBarLookSelectedIconPath",
				"text": "集合"
			},
			{
				"pagePath": "pages/test/V1/tabBar/pay/pay",
				"iconPath": "@tabBarPayIconPath",
				"selectedIconPath": "@tabBarPaySelectedIconPath",
				"text": "支付"
			},
			{
				"pagePath": "pages/test/V1/tabBar/center/center",
				"iconPath": "@tabBarCenterIconPath",
				"selectedIconPath": "@tabBarCenterSelectedIconPath",
				"text": "我的"
			}
		]
	},
	// #endif
	"condition": {
		//模式配置,仅开发期间生效
		"current": 0, //当前激活的模式(list 的索引项)
		"list": [
			{
				"name": "", //模式名称
				"path": "", //启动页面,必选
				"query": "" //启动参数,在页面的onLoad函数里面得到
			}
		]
	}
	

}