#
Junjie
4 天以前 1b8a4677f362d234d834120deac4880d7ae89a50
src/main/webapp/views/ai/llm_config.html
@@ -268,7 +268,6 @@
        </div>
      </div>
      <div class="hero-actions">
        <el-button size="mini" @click="goPromptCenter">Prompt配置</el-button>
        <el-button type="primary" size="mini" @click="addRoute">新增路由</el-button>
        <el-button size="mini" @click="exportRoutes">导出JSON</el-button>
        <el-button size="mini" @click="triggerImport">导入JSON</el-button>
@@ -540,9 +539,6 @@
      displayRouteName: function(route) {
        var value = route && route.name ? String(route.name) : '';
        return this.translateLegacyText(value);
      },
      goPromptCenter: function() {
        window.location.href = 'prompt_config.html';
      },
      handleRouteNameInput: function(route, value) {
        if (!route) {