diff --git a/package.json b/package.json index f53bc1e..5b8832d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "", "private": true, "scripts": { - "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.0.247", + "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.0.105", "start": "npm run dev", "unit": "jest --config test/unit/jest.conf.js --coverage", "e2e": "node test/e2e/runner.js", diff --git a/src/views/dangerousWork/blindboard/components/corpInfo.vue b/src/views/dangerousWork/blindboard/components/corpInfo.vue new file mode 100644 index 0000000..44db46b --- /dev/null +++ b/src/views/dangerousWork/blindboard/components/corpInfo.vue @@ -0,0 +1,128 @@ + + + diff --git a/src/views/dangerousWork/blindboard/components/detail.vue b/src/views/dangerousWork/blindboard/components/detail.vue new file mode 100644 index 0000000..d253af5 --- /dev/null +++ b/src/views/dangerousWork/blindboard/components/detail.vue @@ -0,0 +1,279 @@ + + + + + diff --git a/src/views/dangerousWork/blindboard/components/list.vue b/src/views/dangerousWork/blindboard/components/list.vue new file mode 100644 index 0000000..aa90270 --- /dev/null +++ b/src/views/dangerousWork/blindboard/components/list.vue @@ -0,0 +1,369 @@ + + diff --git a/src/views/dangerousWork/blindboard/index.vue b/src/views/dangerousWork/blindboard/index.vue new file mode 100644 index 0000000..17f8ac2 --- /dev/null +++ b/src/views/dangerousWork/blindboard/index.vue @@ -0,0 +1,23 @@ + +