@ -11,7 +11,7 @@ export default {
},
methods: {
handleClick() {
this.$Message.success('Welcome to ViewUIPlus Demo!')
this.$Message.info('Welcome to View UI Plus Demo!')
}
@ -4,10 +4,6 @@ import Home from '@/views/Home.vue'
const routes = [
{
path: '/',
redirect: '/home'
path: '/home',
name: 'home',
component: Home
@ -58,7 +58,6 @@ const config = ({ mode }) => {
server: {
open: true,
port: 8080,
proxy: {
'/api': {
target: 'http://localhost:8080',