hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-19 10:41:45
* @LastEditTime: 2024-09-19 10:49:04
* @FilePath: /data-table/src/App.vue
* @Description:
-->
......@@ -84,7 +84,7 @@ onMounted(async () => {
Object.assign(form_setting, data[0]['property_list'], data[0]['extend']);
}
// TAG: 西园寺特有,拿到新域名跳转
if (form_setting.redirect_host) {
if (!import.meta.env.DEV && form_setting.redirect_host) {
let host = location.host;
let url = location.href;
let new_url = url.replace(host, form_setting.redirect_host);
......