Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-09-19 10:49:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dafe23637a017ca1b9619cf4862ae64e3b14f75a
dafe2363
1 parent
7b3cc2a4
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
dafe236
...
...
@@ -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:4
1:45
* @LastEditTime: 2024-09-19 10:4
9: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);
...
...
Please
register
or
login
to post a comment