From 25c529bfc7b860796b4e2923d70f5c4ca7e35171 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 21 十二月 2019 17:37:48 +0800
Subject: [PATCH] 将组织写死 不让选择
---
WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.html b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.html
index 7d83afc..8034d5c 100644
--- a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.html
+++ b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.html
@@ -11,7 +11,7 @@
<div class="row">
<div class="col-sm-5" style="text-align:center">
- <video id="photo" style="width: 100%;height: 100%;"></video>
+ <video id="photo" style="width: 100%;"></video>
<canvas id="canvas" style="display:none;"></canvas>
<div style="margin-top:20px">
<button class="btn btn-primary" type="button" v-on:click="_takeEditPhoto()"><span
--
Gitblit v1.8.0