瀏覽代碼

projectId 的修改

zhaojijng 2 年之前
父節點
當前提交
a32fc6f13a
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 1
      public/config.js
  2. 1 1
      src/store/index.ts

+ 3 - 1
public/config.js

@@ -1,3 +1,5 @@
 
 
-  var  projectId='Pj1101020002'
+//var projectId = 'Pj1101020002'
+ // var  projectId='Pj3301100002'
+

+ 1 - 1
src/store/index.ts

@@ -16,7 +16,7 @@ export default new Vuex.Store({
         weatherCont: {}, //天气
         bodyWidth: null,
         bodyHeight: null,
-        projectId: "Pj1101020002",
+        projectId: "Pj3301100002",
     },
     getters: {
         getBodyWidthHeight(state) {