Bladeren bron

提交

groupmealweb
gwbvipvip 6 maanden geleden
bovenliggende
commit
2e0ce29362
69 gewijzigde bestanden met toevoegingen van 70 en 70 verwijderingen
  1. +2
    -2
      config/proxy.js
  2. +1
    -1
      dist/applet/appidmanager/appid/index.html
  3. +1
    -1
      dist/applet/appidmanager/index.html
  4. +1
    -1
      dist/applet/appidmanager/payment/index.html
  5. +1
    -1
      dist/applet/basicconfiguration/index.html
  6. +1
    -1
      dist/applet/index.html
  7. +1
    -1
      dist/applet/paytemplate/index.html
  8. +1
    -1
      dist/asset-manifest.json
  9. +1
    -1
      dist/authorization/index.html
  10. +1
    -1
      dist/authorization/platformAuthorization/index.html
  11. +1
    -1
      dist/authorization/storeAuthorization/index.html
  12. +1
    -1
      dist/company/account/index.html
  13. +1
    -1
      dist/company/index.html
  14. +1
    -1
      dist/database/basic/batching/index.html
  15. +1
    -1
      dist/database/bom/index.html
  16. +1
    -1
      dist/database/goods/energyconfig/index.html
  17. +1
    -1
      dist/database/goods/goodsInfo/index.html
  18. +1
    -1
      dist/database/goods/goodsattribute/index.html
  19. +1
    -1
      dist/database/goods/goodsattributeprice/index.html
  20. +1
    -1
      dist/database/goods/goodsbom/index.html
  21. +1
    -1
      dist/database/goods/goodstechnology/index.html
  22. +1
    -1
      dist/database/goods/goodstypemanage/index.html
  23. +1
    -1
      dist/database/goods/newgoods/index.html
  24. +1
    -1
      dist/database/index.html
  25. +1
    -1
      dist/device/deviceInfo/index.html
  26. +1
    -1
      dist/device/deviceVesion/index.html
  27. +1
    -1
      dist/device/index.html
  28. +1
    -1
      dist/device/product/index.html
  29. +1
    -1
      dist/device/productmanage/index.html
  30. +1
    -1
      dist/device/technology/index.html
  31. +1
    -1
      dist/device/warehousepostion/index.html
  32. +1
    -1
      dist/groupMeal/diningPlate/index.html
  33. +1
    -1
      dist/groupMeal/member/index.html
  34. +1
    -1
      dist/groupMeal/member/memberInfo/index.html
  35. +1
    -1
      dist/groupMeal/member/membertag/index.html
  36. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/dayConsumption/index.html
  37. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/index.html
  38. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/monthSummary/index.html
  39. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/monthTimeSlot/index.html
  40. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/reservation/index.html
  41. +1
    -1
      dist/groupMeal/oneCard/gate/index.html
  42. +1
    -1
      dist/groupMeal/oneCard/index.html
  43. +1
    -1
      dist/groupMeal/oneCard/machine/index.html
  44. +1
    -1
      dist/groupMeal/oneCard/memberAccount/index.html
  45. +1
    -1
      dist/groupMeal/oneCard/storedValueCard/index.html
  46. +1
    -1
      dist/groupMeal/shop/index.html
  47. +1
    -1
      dist/index.html
  48. +1
    -1
      dist/order/index.html
  49. +1
    -1
      dist/order/orderflow/index.html
  50. +1
    -1
      dist/order/thirdAuthorize/index.html
  51. +1
    -1
      dist/order/thirdOrder/index.html
  52. +1
    -1
      dist/order/weighOrder/index.html
  53. +1
    -1
      dist/org/index.html
  54. +1
    -1
      dist/org/orgamange/index.html
  55. +1
    -1
      dist/org/roles/index.html
  56. +1
    -1
      dist/org/users/index.html
  57. +1
    -1
      dist/push/batchingpush/index.html
  58. +1
    -1
      dist/push/bompush/index.html
  59. +1
    -1
      dist/push/goodspush/index.html
  60. +1
    -1
      dist/push/index.html
  61. +1
    -1
      dist/push/technologypush/index.html
  62. +1
    -1
      dist/sys/dictionary/dicttype/index.html
  63. +1
    -1
      dist/sys/index.html
  64. +1
    -1
      dist/sys/menus/index.html
  65. +1
    -1
      dist/umi.303dd1e1.js
  66. +1
    -1
      dist/user/index.html
  67. +1
    -1
      dist/user/login/index.html
  68. +1
    -1
      dist/welcome/index.html
  69. +1
    -1
      src/global_data.js

+ 2
- 2
config/proxy.js Bestand weergeven

@@ -18,7 +18,7 @@
},
'/groupmeal/': {
//target: 'http://10.2.1.26:21995/groupmeal/',
target:'http://192.168.1.16:5002/',
target:'http://localhost:5002/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
@@ -26,7 +26,7 @@
},
},
'/groupmealorder/': {
target: 'http://192.168.1.16:5003/',
target: 'http://localhost:5003/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


+ 1
- 1
dist/applet/appidmanager/appid/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/applet/appidmanager/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/applet/appidmanager/payment/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/applet/basicconfiguration/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/applet/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/applet/paytemplate/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/asset-manifest.json Bestand weergeven

@@ -1,6 +1,6 @@
{
"/umi.css": "/umi.2d7db433.css",
"/umi.js": "/umi.616eefd9.js",
"/umi.js": "/umi.303dd1e1.js",
"/t__plugin-layout__Layout.css": "/t__plugin-layout__Layout.e1129705.chunk.css",
"/t__plugin-layout__Layout.js": "/t__plugin-layout__Layout.5f5d853d.async.js",
"/p__user__login.css": "/p__user__login.2f84d6a8.chunk.css",


+ 1
- 1
dist/authorization/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/authorization/platformAuthorization/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/authorization/storeAuthorization/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/company/account/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/company/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/basic/batching/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/bom/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/energyconfig/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsInfo/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsattribute/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsattributeprice/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsbom/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodstechnology/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodstypemanage/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/newgoods/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/database/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/deviceInfo/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/deviceVesion/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/product/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/productmanage/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/technology/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/device/warehousepostion/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/diningPlate/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/memberInfo/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/membertag/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/dayConsumption/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/monthSummary/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/monthTimeSlot/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/reservation/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/gate/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/machine/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/memberAccount/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/storedValueCard/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/shop/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/order/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/order/orderflow/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/order/thirdAuthorize/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/order/thirdOrder/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/order/weighOrder/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/org/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/org/orgamange/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/org/roles/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/org/users/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/push/batchingpush/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/push/bompush/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/push/goodspush/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/push/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/push/technologypush/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/sys/dictionary/dicttype/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/sys/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/sys/menus/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

dist/umi.303dd1e1.js
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 1
- 1
dist/user/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/user/login/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
dist/welcome/index.html Bestand weergeven

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.616eefd9.js"></script>
<script src="/umi.303dd1e1.js"></script>
</body>
</html>

+ 1
- 1
src/global_data.js Bestand weergeven

@@ -6,7 +6,7 @@ export function getApiUrl() {
}
}
export function getDataBaseUrl() {
return '/saasbase';
return '/kitchbase';
}

export function getgroupmealUrl() {


Laden…
Annuleren
Opslaan