diff --git a/WinIn.FasterZ.Wms.Fe/public/config.js b/WinIn.FasterZ.Wms.Fe/public/config.js index e77f3c85f..4690bed5d 100644 --- a/WinIn.FasterZ.Wms.Fe/public/config.js +++ b/WinIn.FasterZ.Wms.Fe/public/config.js @@ -1,6 +1,6 @@ // dev_win -window.SITE_CONFIG['baseApi'] = 'http://192.168.0.240:60081' -window.SITE_CONFIG['authApi'] = 'http://192.168.0.240:60080'//192.168.0.240 +window.SITE_CONFIG['baseApi'] = 'http://dev.ccwin-in.com:60081' +window.SITE_CONFIG['authApi'] = 'http://dev.ccwin-in.com:60080'//192.168.0.240 window.SITE_CONFIG['businessApi'] = 'http://dev.ccwin-in.com:10097' //是否登录配置信息【loginName】 window.SITE_CONFIG['isConfigLogin'] = false diff --git a/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index copy.vue b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index copy.vue new file mode 100644 index 000000000..a91bedfc9 --- /dev/null +++ b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index copy.vue @@ -0,0 +1,367 @@ + + + + \ No newline at end of file diff --git a/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue index 29fb3b690..6a14856b2 100644 --- a/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue +++ b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue @@ -1,10 +1,10 @@