diff --git a/.env.development b/.env.development index 90d1146..c7aa54f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 平台本地运行端口号 -VITE_PORT = 8848 +VITE_PORT = 80 # 开发环境读取配置文件路径 VITE_PUBLIC_PATH = / diff --git a/build/info.ts b/build/info.ts index 7ef3f11..5d23440 100644 --- a/build/info.ts +++ b/build/info.ts @@ -21,8 +21,8 @@ export function viteBuildInfo(): Plugin { bold( green( `👏欢迎使用${blue( - "[vue-pure-admin]" - )},如果您感觉不错,记得点击后面链接给个star哦💖 https://github.com/pure-admin/vue-pure-admin` + "[Agileboot全栈项目]" + )},如果您感觉不错,记得点击后面链接给个star哦💖 https://github.com/valarchie/agileboot-back-end` ) ) ); diff --git a/package.json b/package.json index 17157e4..33834b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "pure-admin-thin", - "version": "4.3.0", + "name": "agileboot-front-end-pure", + "version": "1.0.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", @@ -130,7 +130,7 @@ "stable": "*" } }, - "repository": "git@github.com:pure-admin/pure-admin-thin.git", - "author": "xiaoxian521", + "repository": "git@github.com:valarchie/agileboot-front-end-pure.git", + "author": "valarchie", "license": "MIT" }