parent
70a1cf2197
commit
8548138cf5
4
build.sh
4
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
docker build -t registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0-TEST .
|
||||
docker push registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0-TEST
|
||||
docker build -t registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0 .
|
||||
docker push registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0
|
||||
|
|
|
@ -1806,4 +1806,4 @@ const Status = defineComponent({
|
|||
},
|
||||
})
|
||||
|
||||
export default Status
|
||||
export default Status
|
||||
|
|
|
@ -162,4 +162,4 @@ watchEffect(() => {
|
|||
|
||||
<style scoped lang='less'>
|
||||
@import './index.less';
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
@ -196,4 +196,4 @@ watchEffect(() => {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue