schangxiang@126.com
2025-05-21 912ebf022f5aff755971341c555726fa6ac5496d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
import ajax from './modules/ajax.js'
import pagination from './modules/pagination.js'
 
export default {
    ajax,
    pagination,
    downUrl:'http://127.0.0.1:18000/wc2.apk',
    path: {
        home:'/pages/home/index',
        login:'/pages/login/index',
        bluetooth:'/pages/print/bluetoothConnection',
        host:'/pages/setting/host',
        online:'/pages/online/index',
        bind:'/pages/bind/index',
        bindInForLocation:'/pages/bindInForLocation/index',
        bindContaniner:'/pages/bindContaniner/index',
        pick:'/pages/pick/index',
        receive:'/pages/receiveIn/index',
        temporaryIn:'/pages/temporaryInstore/index',
        manualOut:'/pages/manual/out',
        unbind:'/pages/unbind/index',
        tasks:'/pages/tasks/index',
        notices:'/pages/notices/index',
        fapaoIn:'/pages/fapaoInStore/index',
        fapaoOut:'/pages/fapiaoOutStore/index',
        slicingOn:'/pages/slicingOn/index',
        slicingOff:'/pages/slicingOff/index',
        plywoodBind:'/pages/plywoodBind/index',
        plywoodInstore:'/pages/plywoodInstore/index',
        plywoodOut:'/pages/plywoodOut/index',
        emptyOut:'/pages/emptyOut/index',
        rsbIn:'/pages/rsbIn/index',
        emptyIn:'/pages/emptyIn/index',
        rsbOut:'/pages/rsbOut/index',
        sandingIn:'/pages/sandingInstore/index',
        endProductIn:'/pages/endProductInstore/index',
        innerTailBack:'/pages/innerTailBack/index',
        unstackingIn:'/pages/unstackingInstore/index',
        transport:'/pages/transport/index',
        changeStore:'/pages/changeStore/index',
        takeInStore:'/pages/takeInStore/index',
        checkStock:'/pages/checkStock/index',
        receiptExecution:'/pages/receiptExecution/index',
        sortingSearch:'/pages/sortingSearch/index',
        Outbound:'/pages/inAndOutBound/index',
        replenishMent:'/pages/replenishMent/index',
        sorting:'/pages/sortingSearch/index',
        exception:'/pages/exceptionHandle/index',
        containerHandle:'/pages/containerHandle/index',
        bindWXJ:'/pages/bindWXJ/index',
        containerUnBind:'/pages/containerUnBind/index',
        oneTouchUnBind:'/pages/oneTouchUnBind/index',
        PointHandling:'/pages/PointHandling/index',
        emptyInCopy:'/pages/emptyInCopy/index',
        emptyContainerReturn:'/pages/emptyContainerReturn/index',
        writeRfid:'/pages/writeRfid/index',
        loadingDelivery:'/pages/loadingDelivery/index',
        materialStorage:'/pages/materialStorage/index'
    }
}