use vue.gloal.prod.js
This commit is contained in:
parent
bba5910492
commit
d2175ab3c3
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
IMAGE_TAG ?= docker.educg.net/cg/k8s-manager:v1.0.1
|
||||
IMAGE_TAG ?= docker.educg.net/cg/k8s-manager:v1.0.3
|
||||
|
||||
build: export CGO_ENABLED=0
|
||||
build: export GOOS=linux
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
serviceAccountName: dev
|
||||
containers:
|
||||
- name: k8s-manager-pod
|
||||
image: docker.educg.net/cg/k8s-manager:v1.0.1
|
||||
image: docker.educg.net/cg/k8s-manager:v1.0.2
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
|
|
|||
16159
static/js/vue.global.js
16159
static/js/vue.global.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/axios.min.js"></script>
|
||||
<script src="static/js/vue.global.js"></script>
|
||||
<script src="static/js/vue.global.prod.js"></script>
|
||||
<meta charset="UTF-8">
|
||||
<title>应用管理</title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue