From 3da9a34d848322ee0907fca564171a0695a80b08 Mon Sep 17 00:00:00 2001 From: yuanjunbin Date: Thu, 5 Oct 2023 18:03:53 +0800 Subject: [PATCH] update --- stock-forcast-web/router/index.js | 1 - stock-forcast-web/router/index.js.bak | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stock-forcast-web/router/index.js b/stock-forcast-web/router/index.js index 3fd8636..3d21749 100644 --- a/stock-forcast-web/router/index.js +++ b/stock-forcast-web/router/index.js @@ -3,7 +3,6 @@ 创建日期: 2023-9-03 版本: 1.0 */ - import { createRouter, createWebHistory } from 'vue-router' import request from '@/request/request' const routes = [ diff --git a/stock-forcast-web/router/index.js.bak b/stock-forcast-web/router/index.js.bak index 887ab04..3fd8636 100644 --- a/stock-forcast-web/router/index.js.bak +++ b/stock-forcast-web/router/index.js.bak @@ -1,5 +1,5 @@ /* - 作者: 魔仙堡 + 作者: moxianchengbao 创建日期: 2023-9-03 版本: 1.0 */