diff --git a/src/App.vue b/src/App.vue index 9ff630b..2819fdc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@ onMounted(async() => { // 设置系统状态栏明暗主题 appBridge.setStatusBarStyle('light'); // 设置禁止原生返回 - // appBridge.takeOverAndroidBack(); + appBridge.takeOverAndroidBack(); } }); diff --git a/src/assets/css/public.scss b/src/assets/css/public.scss index 56b496d..4e0596d 100644 --- a/src/assets/css/public.scss +++ b/src/assets/css/public.scss @@ -31,3 +31,18 @@ } } } +.van-toast { + background-color: rgba(50, 50, 51, 0.9) !important; + color: white !important; + padding: 10px 16px !important; + border-radius: 5px !important; + font-size: 14px !important; + + &--success { + background-color: rgba(0, 0, 0, 0.7) !important; + } + + &--fail { + background-color: rgba(0, 0, 0, 0.7) !important; + } +} diff --git a/src/config.js b/src/config.js index a69eca6..d2361e0 100644 --- a/src/config.js +++ b/src/config.js @@ -10,7 +10,6 @@ export default { jsonpUrl: import.meta.env.VITE_APP_JSONPURL, jqrUrl: import.meta.env.VITE_APP_YQRURL, currentMode: import.meta.env.VITE_APP_CURRENTMODE, - proxyDomain: import.meta.env.VITE_APP_BASEDOMAIM || '' // appKey: import.meta.env.VITE_APP_APPKEY, // appId: import.meta.env.VITE_APP_APPID }; diff --git a/src/views/Survey/views/Publish/Index.vue b/src/views/Survey/views/Publish/Index.vue index 0636aa3..395dc2d 100644 --- a/src/views/Survey/views/Publish/Index.vue +++ b/src/views/Survey/views/Publish/Index.vue @@ -5,11 +5,9 @@
- + alt="" />
@@ -44,7 +42,7 @@