mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 17:40:09 +00:00
Fix routing (#929)
* fix router and move graph related parts to GraphView.vue * (fix) add back child element in UnloadWindowConfirmDialog * (cleanup) remove empty callback * (fix) routing issue when base url is not webroot * add back DEV_SERVER_COMFYUI_URL
This commit is contained in:
committed by
Chenlei Hu
parent
5e51ae37cf
commit
9c7ea5bd87
@@ -368,7 +368,7 @@ export const useNodeFrequencyStore = defineStore('nodeFrequency', () => {
|
||||
const loadNodeFrequencies = async () => {
|
||||
if (!isLoaded.value) {
|
||||
try {
|
||||
const response = await axios.get('/assets/sorted-custom-node-map.json')
|
||||
const response = await axios.get('assets/sorted-custom-node-map.json')
|
||||
nodeFrequencyLookup.value = response.data
|
||||
isLoaded.value = true
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user