Browse Source

fix: 修复负载均衡界面异常的问题

tuon 1 year ago
parent
commit
1b39095b92
3 changed files with 5 additions and 2 deletions
  1. 1 1
      dist/assets/index-0408cb27.js
  2. 1 1
      dist/index.html
  3. 3 0
      src/pages/nginx/components/site/index.tsx

File diff suppressed because it is too large
+ 1 - 1
dist/assets/index-0408cb27.js


+ 1 - 1
dist/index.html

@@ -4,7 +4,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>NginxUI</title>
     <script type="application/javascript" src="./config.js"></script>
-    <script crossorigin="">import('/nginx-ui/assets/index-7cb4d8c7.js').finally(() => {
+    <script crossorigin="">import('/nginx-ui/assets/index-0408cb27.js').finally(() => {
             
     const qiankunLifeCycle = window.moudleQiankunAppLifeCycles && window.moudleQiankunAppLifeCycles['nginx-ui'];
     if (qiankunLifeCycle) {

+ 3 - 0
src/pages/nginx/components/site/index.tsx

@@ -109,6 +109,9 @@ export const SiteInput = ({ location }: IProps) => {
                                name="clear" label="全量部署" tooltip={{title: "全量部署会删除已有的文件,请注意"}}>
                         <Switch />
                     </Form.Item>
+                    <Form.Item label="部署命令" tooltip="文件更新后执行该命令,谨慎操作">
+                        <Input.TextArea rows={1}/>
+                    </Form.Item>
                     <Form.Item name="files" label="资源更新">
                         <Dragger onComplete={onUploadComplete}/>
                     </Form.Item>

Some files were not shown because too many files changed in this diff