@@ -2,5 +2,5 @@
ENV = 'production'
# base api
-VUE_APP_BASE_API = 'http://mapi.caimei365.com/'
+VUE_APP_BASE_API = 'https://mapi.caimei365.com/'
@@ -133,7 +133,7 @@ export default {
type: 'success',
duration: 1000
})
- this.$router.back()
+ this.goBack()
} else {
createMenu(this.menu).then(response => {
@@ -144,7 +144,7 @@ export default {
}
@@ -124,7 +124,7 @@ export default {
createRole(this.role).then(response => {
@@ -135,7 +135,7 @@ export default {
@@ -136,7 +136,7 @@ export default {
createUser(this.sysUser).then(response => {
@@ -147,6 +147,7 @@ export default {
@@ -128,7 +128,7 @@ export default {
createArticle(this.article).then(response => {
@@ -139,7 +139,7 @@ export default {
@@ -155,7 +155,7 @@ export default {
@@ -184,7 +184,7 @@ export default {
createReply(this.reply).then(response => {
@@ -195,7 +195,7 @@ export default {
@@ -95,7 +95,7 @@ export default {
createText(this.text).then(response => {
@@ -106,7 +106,7 @@ export default {