修宁 7 months ago
parent
commit
b014cfdbc8
  1. 2
      index.html
  2. BIN
      public/favicon.ico
  3. 6
      src/views/ModelMain.vue
  4. 3
      src/views/alarm/AlarmView.vue
  5. 3
      src/views/logger/LoggerView.vue
  6. 0
      src/views/modeleditor/ModelEditor.vue
  7. 3
      src/views/modeltree/Modeltree.vue
  8. 3
      src/views/monitor/MonitorView.vue
  9. 3
      src/views/property/PropertyView.vue
  10. 3
      src/views/script/ScriptView.vue
  11. 3
      src/views/task/TaskView.vue

2
index.html

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title> <title>Galaxis Robot Control</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 504 B

6
src/views/ModelMain.vue

@ -2,15 +2,13 @@
<div class="app-wrap"> <div class="app-wrap">
<div class="app-header"> <div class="app-header">
<div class="logo"><img :src="Logo" alt="" style="height: 30px;width: 169px"></div> <div class="logo"><img :src="Logo" alt="" style="height: 30px;width: 169px"></div>
<el-menu <el-menu :default-active="activeIndex"
:default-active="activeIndex"
class="el-menu-demo" class="el-menu-demo"
mode="horizontal" mode="horizontal"
background-color="#545c64" background-color="#545c64"
text-color="#fff" text-color="#fff"
active-text-color="#ffd04b" active-text-color="#ffd04b"
@select="handleSelect" @select="handleSelect">
>
<el-sub-menu index="1"> <el-sub-menu index="1">
<template #title>文件模型</template> <template #title>文件模型</template>
<el-menu-item index="1-1">新建模型</el-menu-item> <el-menu-item index="1-1">新建模型</el-menu-item>

3
src/views/alarm/AlarmView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

3
src/views/logger/LoggerView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

0
src/views/modeleditor/ModelEditor.vue

3
src/views/modeltree/Modeltree.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

3
src/views/monitor/MonitorView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

3
src/views/property/PropertyView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

3
src/views/script/ScriptView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>

3
src/views/task/TaskView.vue

@ -0,0 +1,3 @@
<template>
AlarmView
</template>
Loading…
Cancel
Save