mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
增加一个打印测试
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
mounted() {
|
mounted() {
|
||||||
//对cookies进行操作,这里是写
|
//对cookies进行操作,这里是写
|
||||||
//document.cookie = "mytest=qweqwe131231; path=/; max-age=" + 30*24*60*60;
|
//document.cookie = "mytest=qweqwe131231; path=/; max-age=" + 30*24*60*60;
|
||||||
|
console.log('process.env.NODE_ENV',process.env.NODE_ENV);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submitLogin(){
|
submitLogin(){
|
||||||
|
|||||||
Reference in New Issue
Block a user