优化
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
{
|
||||
"version" : "1.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"bundleId" : "com.zyys.zy",
|
||||
"certificateFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/证书.p12",
|
||||
"certificateProfileFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/zy.mobileprovision",
|
||||
"playground" : "custom",
|
||||
"runSignStatus" : 1,
|
||||
"type" : "uni-app:app-ios"
|
||||
},
|
||||
{
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-ios_simulator"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { config } from "../../config";
|
||||
import { config } from "@/config";
|
||||
import { service } from "../service";
|
||||
import { basename, extname, filename, parse, parseObject, pathJoin, uuid } from "../utils";
|
||||
import { useStore } from "../store";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { computed, type ComputedRef } from "vue";
|
||||
import { config } from "../config";
|
||||
import { px2rpx } from "@/cool";
|
||||
|
||||
/**
|
||||
* 字号管理类
|
||||
|
||||
Reference in New Issue
Block a user