Yansen 1 年間 前
コミット
9233aa6f71
共有4 個のファイルを変更した9 個の追加6 個の削除を含む
  1. 5
    3
      config/index.js
  2. 0
    1
      src/index.html
  3. 3
    1
      src/pages/login/index.jsx
  4. 1
    1
      yarn.lock

+ 5
- 3
config/index.js ファイルの表示

@@ -1,9 +1,11 @@
1 1
 import { defineConfig } from "@tarojs/cli";
2 2
 
3
-const path = require("path");
4
-
5 3
 import devConfig from "./dev";
6 4
 import prodConfig from "./prod";
5
+
6
+// eslint-disable-next-line import/no-commonjs
7
+const path = require("path");
8
+
7 9
 const url = "http://localhost:9087";
8 10
 const url2 = "https://apis.map.qq.com";
9 11
 
@@ -12,7 +14,7 @@ export default defineConfig(async (merge, { command, mode }) => {
12 14
     projectName: "civilized-miniapp",
13 15
     date: "2024-03-21",
14 16
     designWidth(input) {
15
-      console.log("---->", input?.file);
17
+      // console.log("---->", input?.file);
16 18
       // if (input?.file.replace(/\\+/g, '/').indexOf('@antmjs/vantui') > -1) {
17 19
       //   return 750
18 20
       // }

+ 0
- 1
src/index.html ファイルの表示

@@ -16,7 +16,6 @@
16 16
       charset="utf-8"
17 17
       src="https://map.qq.com/api/gljs?v=1.exp&key=HTPBZ-HHJA7-XD2XD-PRS37-H3HVJ-U5BAA&libraries=service"
18 18
     ></script>
19
-    <!-- <script src="./assets/js/smartcitysdk.js"></script> -->
20 19
     <script src="http://wmcj.ycjcjy.com/h5/assets/js/smartcitysdk.js"></script>
21 20
     <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> -->
22 21
     <script>

+ 3
- 1
src/pages/login/index.jsx ファイルの表示

@@ -3,9 +3,11 @@ import Taro from '@tarojs/taro';
3 3
 import { View } from '@tarojs/components';
4 4
 import Page from '@/layouts/index';
5 5
 import Head from "./components/Head";
6
+// import Form1 from "./components/Form1";
6 7
 import Bottom from "./components/Bottom";
7
-import Form1 from './components/Form1';
8 8
 import './index.less'
9
+import Forms from './components/Forms';
10
+import Form1 from './components/Form1';
9 11
 
10 12
 export default (props) => {
11 13
   // eslint-disable-next-line no-undef

+ 1
- 1
yarn.lock ファイルの表示

@@ -11304,7 +11304,7 @@ postcss-modules-scope@^3.0.0:
11304 11304
 
11305 11305
 postcss-modules-values@^4.0.0:
11306 11306
   version "4.0.0"
11307
-  resolved "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz"
11307
+  resolved "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
11308 11308
   integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
11309 11309
   dependencies:
11310 11310
     icss-utils "^5.0.0"