# xcx_hanfu_dj **Repository Path**: fiveTree/xcx_hanfu_dj ## Basic Information - **Project Name**: xcx_hanfu_dj - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## start ``` //先安装 npm install // 启动 npm run dev ``` ## wepy 换包 a->b[1]->c->b[2],此时回退,由于存在 相同页面b ,页面栈最后一个页面b[2]数据覆盖覆盖前面页面b[1]的情况 ``` //先删除dist文件 //找到node_modules 中的wepy模块,用根目录下的压缩包wepy.zip解压出来的文件替换当前的 // 启动 npm run dev ```