Commit 3bf3f7f0cec4aeb89aed0e364ee305649917480e
Merge branch 'ww' into 'main'
fix: app platform access configuration page proxy prefix config error See merge request huang/thingskit-app!73
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2,7 +2,7 @@ import { | @@ -2,7 +2,7 @@ import { | ||
2 | getTabbarHeight | 2 | getTabbarHeight |
3 | } from '@/plugins/utils'; | 3 | } from '@/plugins/utils'; |
4 | let baseUrl = "https://dev.thingskit.com/api"; | 4 | let baseUrl = "https://dev.thingskit.com/api"; |
5 | -let baseDrawioUrl = "https://dev.thingskit.com/thingskit-drawio" | 5 | +let baseDrawioUrl = "https://dev.thingskit.com/thingskit-scada" |
6 | 6 | ||
7 | let systemInfo = { | 7 | let systemInfo = { |
8 | ...getTabbarHeight(), | 8 | ...getTabbarHeight(), |