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() {
|
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)
|
cont := base64.StdEncoding.EncodeToString(bts)
|
||||||
ioutil.WriteFile("bin/zip.txt", []byte(cont), 0644)
|
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){
|
},handleRun(et){
|
||||||
this.$post('/model/run',{id:et.Id}).then(res=>{
|
this.$post('/model/run',{id:et.Id}).then(res=>{
|
||||||
//this.$message('操作成功');
|
//this.$message('操作成功');
|
||||||
this.$router.push('/models/info?id='+res.data);
|
this.$router.push('/models/plug/runs?id='+res.data);
|
||||||
}).catch(err=>{
|
}).catch(err=>{
|
||||||
this.$message({
|
this.$message({
|
||||||
message: err.response?err.response.data||'服务器错误':'网络错误',
|
message: err.response?err.response.data||'服务器错误':'网络错误',
|
||||||
|
Loading…
Reference in New Issue
Block a user