mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	增加 404 的说明
This commit is contained in:
		@@ -16,6 +16,9 @@ const src = ref(import.meta.env.VITE_BASE_URL + '/admin/applications')
 | 
				
			|||||||
/** 初始化 */
 | 
					/** 初始化 */
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {
 | 
				
			||||||
  try {
 | 
					  try {
 | 
				
			||||||
 | 
					    // 友情提示:如果访问出现 404 问题:
 | 
				
			||||||
 | 
					    // 1)boot 参考 https://doc.iocoder.cn/server-monitor/ 解决;
 | 
				
			||||||
 | 
					    // 2)cloud 参考 https://cloud.iocoder.cn/server-monitor/ 解决
 | 
				
			||||||
    const data = await ConfigApi.getConfigKey('url.spring-boot-admin')
 | 
					    const data = await ConfigApi.getConfigKey('url.spring-boot-admin')
 | 
				
			||||||
    if (data && data.length > 0) {
 | 
					    if (data && data.length > 0) {
 | 
				
			||||||
      src.value = data
 | 
					      src.value = data
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user