0c2748ea by lxs

通过config.js配置appKey

1 parent aff9a021
...@@ -32,7 +32,6 @@ const useUserStore = defineStore( ...@@ -32,7 +32,6 @@ const useUserStore = defineStore(
32 //获取token. 32 //获取token.
33 async function getToken(data, state) { 33 async function getToken(data, state) {
34 // const config = system.appConfig; 34 // const config = system.appConfig;
35 alert(system)
36 data.platformGuid = "7f16f697aec111ef8656fa163e60becd"; 35 data.platformGuid = "7f16f697aec111ef8656fa163e60becd";
37 data.userType = 2; 36 data.userType = 2;
38 data.appKey = '672c2c38e4b0cac8732a6106'; 37 data.appKey = '672c2c38e4b0cac8732a6106';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!