diff --git a/README.md b/README.md deleted file mode 100644 index e69de29b..00000000 diff --git a/back/public/index.html b/back/public/index.html index 1ad5a71f..a85aae63 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-11 10:11:40 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-29 09:54:59 + * @LastEditTime: 2022-12-29 17:34:35 * @Description: 告诉大家这是什么 --> @@ -39,7 +39,8 @@ window.SITE_CONFIG['previewUrl'] = _global.config.previewUrl; window.SITE_CONFIG['apiURL'] = _global.config.apiURL; // WebSocket地址 - window.SITE_CONFIG['socketURL'] =_global.config.socketURL; + // window.SITE_CONFIG['socketURL'] =_global.config.socketURL; + window.SITE_CONFIG['websocketURL'] = _global.config.websocketURL
diff --git a/back/src/App.vue b/back/src/App.vue index 36cb8b9d..482fc825 100644 --- a/back/src/App.vue +++ b/back/src/App.vue @@ -24,7 +24,7 @@ line-height: 32px !important; justify-content: center !important; min-width: 80px !important; - border-radius:2px !important; + border-radius:2px !important; } */ /* .el-button--primary { vertical-align: middle !important; @@ -34,7 +34,7 @@ line-height: 32px !important; justify-content: center !important; min-width: 80px !important; - border-radius:2px !important; + border-radius:2px !important; } */ + + + + + \ No newline at end of file diff --git a/back/src/views/modules/ability/assignedScene/city-add.vue b/back/src/views/modules/ability/assignedScene/city-add.vue new file mode 100644 index 00000000..ef905e15 --- /dev/null +++ b/back/src/views/modules/ability/assignedScene/city-add.vue @@ -0,0 +1,839 @@ + +