Files
WorkNote/.trash/KMmpm/报错处理/上传文件失败.md
2025-03-07 23:09:41 +08:00

15 lines
438 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 问题
点击上传文件,提示文件服务没有启动
![7daf79ffcc3aeb788ada4e9830765d4](assets/7daf79ffcc3aeb788ada4e9830765d4.png)
# 解决方法
这是因为没有做好配置设置
在KM CLoud目录下找到**run/config**目录,**打开wpFileConfig.ini文件修改主服务地址**,并**将IsMaster配置为TRUE**
![image-20240418171947361](assets/image-20240418171947361.png)
这样就可以正常上传文件了