mirror of
https://gitee.com/gokins/gokins.git
synced 2024-11-29 17:57:50 +08:00
build+copy+sh+bugs
This commit is contained in:
parent
0455c41b9a
commit
301c64c133
2
bdzip.go
2
bdzip.go
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
bts, _ := ioutil.ReadFile("uis/vue-admin/dist/1.zip")
|
||||
bts, _ := ioutil.ReadFile("uis/vue-admin/dist/dist.zip")
|
||||
cont := base64.StdEncoding.EncodeToString(bts)
|
||||
ioutil.WriteFile("bin/zip.txt", []byte(cont), 0644)
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -121,7 +121,7 @@ import ModelForm from './ModelForm'
|
||||
},handleRun(et){
|
||||
this.$post('/model/run',{id:et.Id}).then(res=>{
|
||||
//this.$message('操作成功');
|
||||
this.$router.push('/models/info?id='+res.data);
|
||||
this.$router.push('/models/plug/runs?id='+res.data);
|
||||
}).catch(err=>{
|
||||
this.$message({
|
||||
message: err.response?err.response.data||'服务器错误':'网络错误',
|
||||
|
Loading…
Reference in New Issue
Block a user