123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },{
- "path" : "pages/stockOut/salesOut/list",
- "style" :
- {
- "navigationBarTitleText": "销售出库",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockOut/salesOut/index",
- "style" :
- {
- "navigationBarTitleText": "销售出库",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockOut/chainTransferOut/list",
- "style" :
- {
- "navigationBarTitleText": "连锁调出",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockOut/chainTransferOut/index",
- "style" :
- {
- "navigationBarTitleText": "连锁调出",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockOut/storeTransferOut/list",
- "style" :
- {
- "navigationBarTitleText": "店内调出",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockOut/storeTransferOut/index",
- "style" :
- {
- "navigationBarTitleText": "店内调出",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockPan/add",
- "style" :
- {
- "navigationBarTitleText": "新建盘点",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- "backButton": { //自定义 backButton
- "title": "返回",
- "color": "#666666"
- },
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "全部盘点",
- "fontSize": "12px",
- "width": "82px",
- "color": "#00aaff"
- }
- ]
- }
- }
- }
- },{
- "path" : "pages/stockPan/index",
- "style" :
- {
- "navigationBarTitleText": "盘点",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- "backButton": { //自定义 backButton
- "title": "返回",
- "color": "#666666"
- },
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "全部盘点",
- "fontSize": "12px",
- "width": "82px",
- "color": "#00aaff"
- }
- ]
- }
- }
- }
- }
- ,{
- "path" : "pages/stockPan/detail",
- "style" :
- {
- "navigationBarTitleText": "商品信息",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/product/product",
- "style" :
- {
- "navigationBarTitleText": "商品管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/product/add",
- "style" :
- {
- "navigationBarTitleText": "录入商品",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/product/del",
- "style" :
- {
- "navigationBarTitleText": "删除商品",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/product/detail",
- "style" :
- {
- "navigationBarTitleText": "商品信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockIn/add",
- "style" :
- {
- "navigationBarTitleText": "新建入库",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/stockIn/index",
- "style" :
- {
- "navigationBarTitleText": "入库",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/stockIn/detail",
- "style" :
- {
- "navigationBarTitleText": "商品信息",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/stockPan/list",
- "style" :
- {
- "navigationBarTitleText": "全部盘点",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/stockIn/list",
- "style" :
- {
- "navigationBarTitleText": "入库记录",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/stockPan/viewDetail",
- "style" :
- {
- "navigationBarTitleText": "盘点单详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockIn/viewDetail",
- "style" :
- {
- "navigationBarTitleText": "入库单详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockOut/salesOut/viewDetail",
- "style" :
- {
- "navigationBarTitleText": "销售单详情",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/stockOut/chainTransferOut/viewDetail",
- "style" :
- {
- "navigationBarTitleText": "连锁调出单详情",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/stockOut/storeTransferOut/viewDetail",
- "style" :
- {
- "navigationBarTitleText": "店内调出单详情",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/codeBar/codeBar",
- "style" :
- {
- "navigationBarTitleText": "条码维护",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/index", // 库存
- "style": {
- "navigationBarTitleText": "库存",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/stockSearch", // 库存查询
- "style": {
- "navigationBarTitleText": "库存查询",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/stockDetail", // 库存详情
- "style": {
- "navigationBarTitleText": "库存详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/purchasing/list",
- "style" :
- {
- "navigationBarTitleText": "采购入库",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/purchasing/index",
- "style" :
- {
- "navigationBarTitleText": "采购入库",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "titleNView":{
- "backButton": { //自定义 backButton
- "title": "返回",
- "color": "#666666"
- }
- }
- }
- },
- "uniIdRouter": {}
- }
|