diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..a4cb9d2 --- /dev/null +++ b/.env.development @@ -0,0 +1,6 @@ +VITE_BASE_URL = "./" +VITE_BASE_NAME = "external" +VITE_APP_PROXYURL = 'http://183.230.174.15:8088/external' +VITE_APP_REQUESTURL = '/external' +VITE_APP_ROUTERURL = '/external/' + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..df4d126 --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +VITE_BASE_URL = '/pms-front' +VITE_BASE_NAME = "pms-front" +VITE_APP_PROXYURL = 'http://183.230.174.15:8092/pms-front' +VITE_APP_REQUESTURL = '/pms-front' +VITE_APP_ROUTERURL = '/pms-front/' \ No newline at end of file diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..9013e48 --- /dev/null +++ b/.env.test @@ -0,0 +1,5 @@ +VITE_BASE_URL = '/pms-front-test' +VITE_BASE_NAME = "pms-front-test" +VITE_APP_PROXYURL = 'http://183.230.174.15:8093/aiops-external' +VITE_APP_REQUESTURL = '/pms-front-test' +VITE_APP_ROUTERURL = '/pms-front-test/' \ No newline at end of file diff --git a/.gitignore b/.gitignore index a19f004..bb71358 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,34 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* -# TODO: where does this rule come from? -docs/_book +node_modules +pms-front +pms-front-test +dist +dist-ssr +*.local -# TODO: where does this rule come from? -test/ +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +*.zip +*.gz +*.tar +*.7z +.history/ +yarn.lock +package-lock.json \ No newline at end of file diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..872f837 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +**/*none.js diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..eeb44f8 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +{ + "printWidth": 120, + "tabWidth": 2, + "trailingComma": "all", + "arrowParens": "avoid", + "endOfLine": "auto", + "singleQuote": true, + "jsxBracketSameLine": false, + "htmlWhitespaceSensitivity": "ignore", + "semi": false +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..46c6380 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + +
+ + + + +时间表达式
+{{item}} | +Cron 表达式 | + + ++ {{crontabValueObj.second}} + | ++ {{crontabValueObj.min}} + | ++ {{crontabValueObj.hour}} + | ++ {{crontabValueObj.day}} + | ++ {{crontabValueObj.month}} + | ++ {{crontabValueObj.week}} + | ++ {{crontabValueObj.year}} + | ++ {{crontabValueString}} + | + +
---|
最近5次运行时间
+