diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index af6d24e..429d95f 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -17,11 +17,15 @@ let baseURL = '' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; - // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; + baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; +<<<<<<< HEAD baseURL = 'http://128.10.249.23:9003'; +======= + // baseURL = 'http://128.10.249.13:9003'; +>>>>>>> 89bb9f2b58e667e7b1bc81a97a5c37f15bfe7980 } else { console.error('---------------------') diff --git a/admin-web-master/src/views/shopRental/manage/index copy.vue b/admin-web-master/src/views/shopRental/manage/index copy.vue index 4a9e7e8..24d9b21 100644 --- a/admin-web-master/src/views/shopRental/manage/index copy.vue +++ b/admin-web-master/src/views/shopRental/manage/index copy.vue @@ -15,7 +15,7 @@ - +
- 确定 取消 + 确定
diff --git a/merchant-web-master/src/views/commodity/commoditySystem/addCommodity copy.vue b/merchant-web-master/src/views/commodity/commoditySystem/addCommodity copy.vue new file mode 100644 index 0000000..e48b205 --- /dev/null +++ b/merchant-web-master/src/views/commodity/commoditySystem/addCommodity copy.vue @@ -0,0 +1,700 @@ + + + + + + diff --git a/merchant-web-master/src/views/commodity/commoditySystem/addCommodity.vue b/merchant-web-master/src/views/commodity/commoditySystem/addCommodity.vue index e48b205..de933e8 100644 --- a/merchant-web-master/src/views/commodity/commoditySystem/addCommodity.vue +++ b/merchant-web-master/src/views/commodity/commoditySystem/addCommodity.vue @@ -1,134 +1,135 @@ @@ -161,7 +168,7 @@ import { getSelect } from '@/api/account'; import { uploadUrl } from '@/utils/request' -import StyleInformation from './addComponent' +import StyleInformation from '@/views/commodity/commoditySystem/addComponent' export default { components: { Tinymce, @@ -634,6 +641,9 @@ export default { .stepsColor{ font-size: 20px; line-height: 40px; + width: 50%; + margin: 0 auto; + padding: 15px 0; .one_class { width: 40px; background: #3F9B6A; @@ -671,9 +681,11 @@ export default { margin: 10px 0; justify-content: space-around; align-items: unset; - width: 100%; + // width: 100%; + padding:0 20px; + .el-form{ - display: flex; + // display: flex; padding: 0px 10px 10px; } .leftCom { diff --git a/merchant-web-master/src/views/commodity/commoditySystem/addComponent.vue b/merchant-web-master/src/views/commodity/commoditySystem/addComponent.vue index baab9e8..fd78335 100644 --- a/merchant-web-master/src/views/commodity/commoditySystem/addComponent.vue +++ b/merchant-web-master/src/views/commodity/commoditySystem/addComponent.vue @@ -1,41 +1,37 @@