commit 5137a64cceda2d12de07cabe78f0520f95f5dceb Author: liangjiami <2249412933@qq.com> Date: Fri Jul 4 10:37:02 2025 +0800 第一次提交 diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..e995065 --- /dev/null +++ b/.env.development @@ -0,0 +1,6 @@ +NODE_ENV = 'development' +# 接口版权 +VUE_APP_API_VERSION = 'admin' +VUE_APP_API_BASEURL = 'https://dev.api.tco211.com/' +VUE_APP_SSO_LOGINURL = 'https://dev.uc.f2b211.com/index.php/uc/user/login.html' +VUE_APP_SSO_APPID = '20211117000001117' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..3e7bd59 --- /dev/null +++ b/.env.production @@ -0,0 +1,6 @@ +NODE_ENV = 'production' +# 接口版权 +VUE_APP_API_VERSION = 'admin' +VUE_APP_API_BASEURL = 'https://api.tco211.com/' +VUE_APP_SSO_LOGINURL = 'http://uc.f2b211.com/index.php/uc/user/login.html' +VUE_APP_SSO_APPID = '20211117000001117' \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b76b4ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +# .env.development +# .env.production +# package.json +package-lock.json +# vue.config +/.history diff --git a/README.md b/README.md new file mode 100644 index 0000000..c951a64 --- /dev/null +++ b/README.md @@ -0,0 +1,391 @@ +# orico_vue3_demo + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). + + +### [vee-validate](https://vee-validate.logaretm.com/v4/) 验证 +
| alpha | +alpha_dash | +alpha_num | +alpha_spaces | +
| between | +confirmed | +dimensions | +|
| excluded | +ext | +image | +one_of | +
| integer | +is | +is_not | +length | +
| max | +max_value | +mimes | +min | +
| max | +max_value | +mimes | +min | +
| min_value | +numeric | +regex | +required | +
| size | +url | +mobile | +tel | +
| identify | +decimal | +letter_upper | +letter_lower | +
| character_cn | +zipcode | +fax | ++ |
+ {{ settingsTitle }}
+