mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +08:00
[REV] local volume default partition set is c:\
This commit is contained in:
parent
fc7880bf4b
commit
bab5f858f6
@ -45,7 +45,7 @@ func CreateLocalVolume(w http.ResponseWriter, r *http.Request) {
|
||||
localPath := os.Getenv("LOCAL_DATA_PATH")
|
||||
if runtime.GOOS == "windows" {
|
||||
if localPath == "" {
|
||||
localPath = `d:\\`
|
||||
localPath = `c:\`
|
||||
}
|
||||
} else {
|
||||
if localPath == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user