门店拜访系统-移动端前端

zhujindu 055817a531 feature_20260420_陈列任务识别排面数修改 il y a 2 jours
public a8a8b59c2f 日报分享 il y a 1 an
src 055817a531 feature_20260420_陈列任务识别排面数修改 il y a 2 jours
.env 5bc127c3c4 从总仓库分离出移动端,减少冲突方便维护 il y a 1 an
.env.development 1d74b362ab no message il y a 3 jours
.env.production e31311183e 日报分享 il y a 1 an
.env.test bd59adebe5 Merge branch 'feature_20250331_日报分享' into release il y a 9 mois
.eslintrc.js 5bc127c3c4 从总仓库分离出移动端,减少冲突方便维护 il y a 1 an
.gitignore 1d74b362ab no message il y a 3 jours
README.md 4ddb36b9e3 no message il y a 2 jours
babel.config.js 5bc127c3c4 从总仓库分离出移动端,减少冲突方便维护 il y a 1 an
package-lock.json 5bc127c3c4 从总仓库分离出移动端,减少冲突方便维护 il y a 1 an
package.json 37f45cdc12 no message il y a 3 jours
vue.config.js 553b8bcb60 no message il y a 3 jours

README.md

storevisit-ui-mobile

环境

node > 16

Project setup

## 建议修改下载源为淘宝镜像,镜像地址可能会有变化请自行百度
npm install

Compiles and hot-reloads

npm run test // 本地开发环境,为了跳过本地开发不能定位的问题,自定义定位坐标为当前位置
npm run dev // release 预发布环境
npm run prod // 生产环境

Compiles and minifies

npm run build:test  // 测试环境
npm run build:dev  // release 预发布环境
npm run build:prod // 生产环境