This commit is contained in:
SeedList
2025-01-25 19:04:57 +08:00
parent c53daad3fa
commit 5ecfc2e106
285 changed files with 288 additions and 181 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

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