diff --git a/run-web.bat b/run-web.bat new file mode 100644 index 00000000..7d55ba98 --- /dev/null +++ b/run-web.bat @@ -0,0 +1,11 @@ +@echo off + +:: 设置系统编码为GBK +chcp 936 > nul + +:: 运行前端服务 +echo 运行前端服务 +cd "Web" +:: pnpm install +pnpm run dev +pause \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index c9e81624..dfaacb55 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -141,8 +141,8 @@ const systemStore = useSystemStore() const t = window['$t'] const formInline = reactive({ - username: 'admin', - password: '123456', + username: '', + password: '', }) const rules = { diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 22d179f9..708c8f8d 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -29,14 +29,14 @@ import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro' import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index' import { goDialog } from '@/utils' -// 鎻愮ず -goDialog({ - message: '涓嶈鍦ㄥ畼鏂瑰悗绔笂鍙戝竷浠讳綍绉佸瘑鏁版嵁锛屼换浣曚汉閮界湅寰楀埌骞惰繘琛屽垹闄わ紒锛侊紒锛', - isMaskClosable: true, - closeNegativeText: true, - transformOrigin: 'center', - onPositiveCallback: () => {} -}) +// // 鎻愮ず +// goDialog({ +// message: '涓嶈鍦ㄥ畼鏂瑰悗绔笂鍙戝竷浠讳綍绉佸瘑鏁版嵁锛屼换浣曚汉閮界湅寰楀埌骞惰繘琛屽垹闄わ紒锛侊紒锛', +// isMaskClosable: true, +// closeNegativeText: true, +// transformOrigin: 'center', +// onPositiveCallback: () => {} +// })