diff --git a/components/AppLayout/AppLayout.vue b/components/AppLayout/AppLayout.vue index 193836f..fe7a20d 100644 --- a/components/AppLayout/AppLayout.vue +++ b/components/AppLayout/AppLayout.vue @@ -27,7 +27,7 @@ - + @@ -70,6 +70,10 @@ defineProps({ type: String, default: '#ffffff', }, + mainbackGroundColor: { + type: String, + default: '', + }, useScrollView: { type: Boolean, default: true, diff --git a/config.js b/config.js index 6647280..5da92a2 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ export default { - // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 - baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 + baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 + // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 // baseUrl: 'http://192.168.3.29:8081', // baseUrl: 'http://10.213.6.207:19010/api', // 语音转文字 diff --git a/index.html b/index.html index 8502753..0ea9071 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,11 @@ --> - + diff --git a/packageA/pages/Intendedposition/Intendedposition.vue b/packageA/pages/Intendedposition/Intendedposition.vue index 803cd4d..23fb84b 100644 --- a/packageA/pages/Intendedposition/Intendedposition.vue +++ b/packageA/pages/Intendedposition/Intendedposition.vue @@ -1,5 +1,11 @@