|
@@ -367,7 +367,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
-import { ref, nextTick, reactive, onMounted, onUnmounted } from 'vue';
|
|
|
+import { ref, nextTick, reactive, onMounted, onUnmounted,inject } from 'vue';
|
|
|
import { usePermission } from '/@/hooks/web/usePermission';
|
|
|
import {
|
|
|
subStationList,
|
|
@@ -967,7 +967,7 @@ async function handleOkDebug() {
|
|
|
deviceId: debugDeviceId.value,
|
|
|
speed: startupDataDebug.speed,
|
|
|
direction: startupDataDebug.direction,
|
|
|
- pwd:startupDataDebug.pwd,
|
|
|
+ pwd:startupDataDebug.pwd || globalConfig?.simulatedPassword,
|
|
|
range:startupDataDebug.range,
|
|
|
debugFlag: '1',
|
|
|
});
|