@@ -20,7 +20,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { | |||||
// cheap-module-eval-source-map is faster for development | // cheap-module-eval-source-map is faster for development | ||||
devtool: config.dev.devtool, | devtool: config.dev.devtool, | ||||
// these devServer options should be customized in /config/index.js | |||||
// these devServer options should be customized in /config/application.js | |||||
devServer: { | devServer: { | ||||
clientLogLevel: 'warning', | clientLogLevel: 'warning', | ||||
historyApiFallback: { | historyApiFallback: { | ||||
@@ -35,7 +35,7 @@ | |||||
</template> | </template> | ||||
<script> | <script> | ||||
import { allInformation } from "@/api/application/index"; | |||||
import { allInformation } from "@/api/onlineHome/homestead/application"; | |||||
export default { | export default { | ||||
name: "flowChart", | name: "flowChart", | ||||
data() { | data() { | ||||
@@ -294,7 +294,7 @@ | |||||
</template> | </template> | ||||
<script> | <script> | ||||
import { allInformation , treeSingleProcessView , attachmentFind , saveHouseBaseInfo , houseList , attach , removeFile , getHouseMembers } from "@/api/application/index"; | |||||
import { allInformation , treeSingleProcessView , attachmentFind , saveHouseBaseInfo , houseList , attach , removeFile , getHouseMembers } from "@/api/onlineHome/homestead/application"; | |||||
export default { | export default { | ||||
name: "applicationForm", | name: "applicationForm", | ||||
@@ -395,7 +395,7 @@ | |||||
</template> | </template> | ||||
<script> | <script> | ||||
import { allInformation , treeSingleProcessView , attachmentFind , saveHouseBaseInfo , houseList , attach , removeFile } from "@/api/application/index"; | |||||
import { allInformation , treeSingleProcessView , attachmentFind , saveHouseBaseInfo , houseList , attach , removeFile } from "@/api/onlineHome/homestead/application"; | |||||
export default { | export default { | ||||
name: "applicationForm", | name: "applicationForm", | ||||
data() { | data() { | ||||
@@ -39,7 +39,7 @@ | |||||
</template> | </template> | ||||
<script> | <script> | ||||
import { getList , removeList } from "@/api/application/index"; | |||||
import { getList , removeList } from "@/api/onlineHome/homestead/application"; | |||||
export default { | export default { | ||||
name: "applicationList", | name: "applicationList", | ||||
data() { | data() { | ||||