diff --git a/src/assets/icon/gif.svg b/src/assets/icon/gif.svg new file mode 100644 index 00000000..9258f631 --- /dev/null +++ b/src/assets/icon/gif.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/tqybjs/tab-3/index.vue b/src/pages/tqybjs/tab-3/index.vue new file mode 100644 index 00000000..9cf2c637 --- /dev/null +++ b/src/pages/tqybjs/tab-3/index.vue @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + {{ t('search') }} + + + + + + + + + + 执行失败 + 未开始 + 等待中 + 运行中 + 已完成 + 检查未通过 + + + + + + {{ '盘古' }} + + + {{ 'Graphcast' }} + + + + + + + + {{ scope.row.startDate }} + + + + + + + + {{ scope.row.startTime }} + + + + + + + + {{ scope.row.leadTime }}小时 + + + + + + + + {{ (scope.row.timeConsuming) }}分钟 + + + + + + + + + + + + + + diff --git a/vite.config.ts b/vite.config.ts index b170561e..bd754253 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,17 +19,17 @@ export default defineConfig(({ mode }) => { port: 8888, proxy: { '/api': { - target: 'http://champion.natapp1.cc', + target: 'http://pbl.nat100.top', // http://champion.natapp1.cc changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), }, '/api1': { - target: 'http://champion.natapp1.cc', + target: 'http://pbl.nat100.top', // http://champion.natapp1.cc changeOrigin: true, rewrite: path => path.replace(/^\/api1/, ''), }, '/gisApi': { - target: 'http://localhost:8080', + target: 'http://pbl.nat100.top', // http://localhost:8080 changeOrigin: true, rewrite: path => path.replace(/^\/gisApi/, ''), },